Html Css Color HEX #A688E1 Biloba Flower

📋 copy color: '#A688E1'

red 166 ◦ green 136 ◦ blue 225

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

Shades of Biloba Flower #A688E1

Tints of Biloba Flower #A688E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 42.69%

R = 31.5%
G = 25.81%
B = 42.69%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A688E1 (or 0xA688E1) is known color: Biloba Flower. HEX triplet: A6, 88 and E1. RGB value is (166,136,225). Sum of RGB (Red+Green+Blue) = 166+136+225=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 136 (53.52% from 255 or 25.81% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #A688E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A688E1 is #59771E. Grayscale: #9A9A9A. Windows color (decimal): -5863199 or 14780582. OLE color: 14780582.

HSL color Cylindrical-coordinate representation of color #A688E1: hue angle of 260.22º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A688E1 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 166 136 225 -
CMYK 0.26 0.40 0 0.12
HSL 260.22º 0.6% 0.71% -
HSV(B) 260.22º 0.4% 0.88% -
XYZ 38.12 31.15 75.24 -
YUV 155.12 167.44 135.76 -
System Red Green Blue C M Y K H S L
Decimal 166 136 225 0.26 0.40 0 0.12 260.22 0.6 0.71
Hex A6 88 E1 1A 28 0 C 104 3C 47
Octal 246 210 341 32 50 0 14 404 74 107
Binary 10100110 10001000 11100001 11010 101000 0 1100 100000100 111100 1000111

Color Harmonies of #A688E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A688E1

Black with #A688E1

Text Example


Text Example

White with #A688E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A688E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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