Html Css Color HEX #A88EDB Biloba Flower

📋 copy color: '#A88EDB'

red 168 ◦ green 142 ◦ blue 219

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

Shades of Biloba Flower #A88EDB

Tints of Biloba Flower #A88EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.4%

R = 31.76%
G = 26.84%
B = 41.4%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A88EDB (or 0xA88EDB) is known color: Biloba Flower. HEX triplet: A8, 8E and DB. RGB value is (168,142,219). Sum of RGB (Red+Green+Blue) = 168+142+219=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 142 (55.86% from 255 or 26.84% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #A88EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88EDB is #577124. Grayscale: #9E9E9E. Windows color (decimal): -5730597 or 14388904. OLE color: 14388904.

HSL color Cylindrical-coordinate representation of color #A88EDB: hue angle of 260.26º degrees, saturation: 0.52, 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 #A88EDB is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 142 219 -
CMYK 0.23 0.35 0 0.14
HSL 260.26º 0.52% 0.71% -
HSV(B) 260.26º 0.35% 0.86% -
XYZ 38.61 32.79 71.31 -
YUV 158.55 162.11 134.74 -
System Red Green Blue C M Y K H S L
Decimal 168 142 219 0.23 0.35 0 0.14 260.26 0.52 0.71
Hex A8 8E DB 17 23 0 E 104 34 47
Octal 250 216 333 27 43 0 16 404 64 107
Binary 10101000 10001110 11011011 10111 100011 0 1110 100000100 110100 1000111

Color Harmonies of #A88EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EDB

Black with #A88EDB

Text Example


Text Example

White with #A88EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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