Html Css Color HEX #A88EE8 Biloba Flower

📋 copy color: '#A88EE8'

red 168 ◦ green 142 ◦ blue 232

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

Shades of Biloba Flower #A88EE8

Tints of Biloba Flower #A88EE8

RGB

 RED value IS 168 (66.02% from 255) = 31%

 GREEN value IS 142 (55.86% from 255) = 26.2%

 BLUE value IS 232 (91.02% from 255) = 42.8%

R = 31%
G = 26.2%
B = 42.8%

CMYK

 C value IS 0.28

 M value IS 0.39

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A88EE8 (or 0xA88EE8) is known color: Biloba Flower. HEX triplet: A8, 8E and E8. RGB value is (168,142,232). Sum of RGB (Red+Green+Blue) = 168+142+232=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #A88EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A88EE8 is #577117. Grayscale: #9F9F9F. Windows color (decimal): -5730584 or 15240872. OLE color: 15240872.

HSL color Cylindrical-coordinate representation of color #A88EE8: hue angle of 257.33º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A88EE8 is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 142 232 -
CMYK 0.28 0.39 0 0.09
HSL 257.33º 0.66% 0.73% -
HSV(B) 257.33º 0.39% 0.91% -
XYZ 40.39 33.5 80.68 -
YUV 160.03 168.61 133.68 -
System Red Green Blue C M Y K H S L
Decimal 168 142 232 0.28 0.39 0 0.09 257.33 0.66 0.73
Hex A8 8E E8 1C 27 0 9 101 42 49
Octal 250 216 350 34 47 0 11 401 102 111
Binary 10101000 10001110 11101000 11100 100111 0 1001 100000001 1000010 1001001

Color Harmonies of #A88EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EE8

Black with #A88EE8

Text Example


Text Example

White with #A88EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EE8; }

 p { color: rgb(168,142,232); }

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

background-color css

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

 a { background-color: rgb(168,142,232); }

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

border-color css

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

 span { border-color: rgb(168,142,232); }

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