Html Css Color HEX #A688ED Biloba Flower

📋 copy color: '#A688ED'

red 166 ◦ green 136 ◦ blue 237

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

Shades of Biloba Flower #A688ED

Tints of Biloba Flower #A688ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.97%

R = 30.8%
G = 25.23%
B = 43.97%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A688ED (or 0xA688ED) is known color: Biloba Flower. HEX triplet: A6, 88 and ED. RGB value is (166,136,237). Sum of RGB (Red+Green+Blue) = 166+136+237=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #A688ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A688ED is #597712. Grayscale: #9C9C9C. Windows color (decimal): -5863187 or 15567014. OLE color: 15567014.

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

Color convert

RGB 166 136 237 -
CMYK 0.30 0.43 0 0.07
HSL 257.82º 0.74% 0.73% -
HSV(B) 257.82º 0.43% 0.93% -
XYZ 39.82 31.83 84.17 -
YUV 156.48 173.44 134.79 -
System Red Green Blue C M Y K H S L
Decimal 166 136 237 0.30 0.43 0 0.07 257.82 0.74 0.73
Hex A6 88 ED 1E 2B 0 7 102 4A 49
Octal 246 210 355 36 53 0 7 402 112 111
Binary 10100110 10001000 11101101 11110 101011 0 111 100000010 1001010 1001001

Color Harmonies of #A688ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A688ED

Black with #A688ED

Text Example


Text Example

White with #A688ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A688ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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