Html Css Color HEX #A88EDC Biloba Flower

📋 copy color: '#A88EDC'

red 168 ◦ green 142 ◦ blue 220

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

Shades of Biloba Flower #A88EDC

Tints of Biloba Flower #A88EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.51%

R = 31.7%
G = 26.79%
B = 41.51%

CMYK

 C value IS 0.24

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A88EDC (or 0xA88EDC) is known color: Biloba Flower. HEX triplet: A8, 8E and DC. RGB value is (168,142,220). Sum of RGB (Red+Green+Blue) = 168+142+220=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 142 (55.86% from 255 or 26.79% from 530); Blue value is 220 (86.33% from 255 or 41.51% from 530); Max value from RGB is 220 - color contains mainly: blue. Hex color #A88EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88EDC is #577123. Grayscale: #9E9E9E. Windows color (decimal): -5730596 or 14454440. OLE color: 14454440.

HSL color Cylindrical-coordinate representation of color #A88EDC: hue angle of 260º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A88EDC is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 142 220 -
CMYK 0.24 0.35 0 0.14
HSL 260º 0.53% 0.71% -
HSV(B) 260º 0.35% 0.86% -
XYZ 38.74 32.84 72.01 -
YUV 158.67 162.61 134.66 -
System Red Green Blue C M Y K H S L
Decimal 168 142 220 0.24 0.35 0 0.14 260 0.53 0.71
Hex A8 8E DC 18 23 0 E 104 35 47
Octal 250 216 334 30 43 0 16 404 65 107
Binary 10101000 10001110 11011100 11000 100011 0 1110 100000100 110101 1000111

Color Harmonies of #A88EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EDC

Black with #A88EDC

Text Example


Text Example

White with #A88EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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