Html Css Color HEX #A88ECC Biloba Flower

📋 copy color: '#A88ECC'

red 168 ◦ green 142 ◦ blue 204

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

Shades of Biloba Flower #A88ECC

Tints of Biloba Flower #A88ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.69%

R = 32.68%
G = 27.63%
B = 39.69%

CMYK

 C value IS 0.18

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A88ECC (or 0xA88ECC) is known color: Biloba Flower. HEX triplet: A8, 8E and CC. RGB value is (168,142,204). Sum of RGB (Red+Green+Blue) = 168+142+204=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #A88ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ECC is #577133. Grayscale: #9C9C9C. Windows color (decimal): -5730612 or 13405864. OLE color: 13405864.

HSL color Cylindrical-coordinate representation of color #A88ECC: hue angle of 265.16º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A88ECC is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 168 142 204 -
CMYK 0.18 0.30 0 0.2
HSL 265.16º 0.38% 0.68% -
HSV(B) 265.16º 0.3% 0.8% -
XYZ 36.72 32.03 61.37 -
YUV 156.84 154.61 135.96 -
System Red Green Blue C M Y K H S L
Decimal 168 142 204 0.18 0.30 0 0.2 265.16 0.38 0.68
Hex A8 8E CC 12 1E 0 14 109 26 44
Octal 250 216 314 22 36 0 24 411 46 104
Binary 10101000 10001110 11001100 10010 11110 0 10100 100001001 100110 1000100

Color Harmonies of #A88ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88ECC

Black with #A88ECC

Text Example


Text Example

White with #A88ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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