Html Css Color HEX #A688EC Biloba Flower

📋 copy color: '#A688EC'

red 166 ◦ green 136 ◦ blue 236

#A688EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Biloba Flower #A688EC

Tints of Biloba Flower #A688EC

RGB

 RED value IS 166 (65.23% from 255) = 30.86%

 GREEN value IS 136 (53.52% from 255) = 25.28%

 BLUE value IS 236 (92.58% from 255) = 43.87%

R = 30.86%
G = 25.28%
B = 43.87%

CMYK

 C value IS 0.30

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A688EC (or 0xA688EC) is known color: Biloba Flower. HEX triplet: A6, 88 and EC. RGB value is (166,136,236). Sum of RGB (Red+Green+Blue) = 166+136+236=538 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.86% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #A688EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A688EC is #597713. Grayscale: #9C9C9C. Windows color (decimal): -5863188 or 15501478. OLE color: 15501478.

HSL color Cylindrical-coordinate representation of color #A688EC: hue angle of 258º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A688EC is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 136 236 -
CMYK 0.30 0.42 0 0.07
HSL 258º 0.72% 0.73% -
HSV(B) 258º 0.42% 0.93% -
XYZ 39.67 31.77 83.4 -
YUV 156.37 172.94 134.87 -
System Red Green Blue C M Y K H S L
Decimal 166 136 236 0.30 0.42 0 0.07 258 0.72 0.73
Hex A6 88 EC 1E 2A 0 7 102 48 49
Octal 246 210 354 36 52 0 7 402 110 111
Binary 10100110 10001000 11101100 11110 101010 0 111 100000010 1001000 1001001

Color Harmonies of #A688EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A688EC

Black with #A688EC

Text Example


Text Example

White with #A688EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A688EC; }

 p { color: rgb(166,136,236); }

 H1.HeaderClassName
 {
   color: #A688EC;
 }
 .AnyTagClassName
 {
   color: #A688EC;
 }
</style>

background-color css

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

 a { background-color: rgb(166,136,236); }

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

border-color css

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

 span { border-color: rgb(166,136,236); }

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