#A693FD

Color #A693FD Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A693FD

Tints of Biloba Flower #A693FD

Color information

#A693FD (or 0xA693FD) is unknown color: approx Biloba Flower. HEX triplet: A6, 93 and FD. RGB value is (166,147,253). Sum of RGB (Red+Green+Blue) = 166+147+253=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #A693FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A693FD is #596C02. Grayscale: #A4A4A4. Windows color (decimal): -5860355 or 16618406. OLE color: 16618406.

HSL color Cylindrical-coordinate representation of color #A693FD: hue angle of 250.75º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A693FD is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB166147253-
CMYK0.340.4200.01
HSL250.75º96.36%78.43%-
HSV(B)250.75º41.9%99.22%-
XYZ43.8936.0797.58-
YUV164.76177.79128.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 166 (65.23% from 255) = 29.33%
GREEN value IS 147 (57.81% from 255) = 25.97%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=29.33%
G=25.97%
B=44.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1661472530.340.4200.01250.7596.3678.43
HexA693FD222A01fb604e
Octal246223375425201373140116
Binary101001101001001111111101100010101010011111101111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A693FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A693FD; }

 p { color: rgb(166,147,253); }

 H1.HeaderClassName
 {
   color: #A693FD;
 }
 .AnyTagClassName
 {
   color: #A693FD;
 }
</style>
background-color css

<style>
 a { background-color: #A693FD; }

 a { background-color: rgb(166,147,253); }

 div.DivClassName
 {
   background-color: #A693FD;
 }
 .BgClassName
 {
   background-color: #A693FD;
 }
</style>
border-color css

<style>
 span { border-color: #A693FD; }

 span { border-color: rgb(166,147,253); }

 td.TdClassName
 {
   border-color: #A693FD;
 }
 .TagClassName
 {
   border-color: #A693FD;
 }
</style>