Html Css Color HEX #A88EDA Biloba Flower

📋 copy color: '#A88EDA'

red 168 ◦ green 142 ◦ blue 218

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

Shades of Biloba Flower #A88EDA

Tints of Biloba Flower #A88EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.29%

R = 31.82%
G = 26.89%
B = 41.29%

CMYK

 C value IS 0.23

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A88EDA (or 0xA88EDA) is known color: Biloba Flower. HEX triplet: A8, 8E and DA. RGB value is (168,142,218). Sum of RGB (Red+Green+Blue) = 168+142+218=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #A88EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88EDA is #577125. Grayscale: #9E9E9E. Windows color (decimal): -5730598 or 14323368. OLE color: 14323368.

HSL color Cylindrical-coordinate representation of color #A88EDA: hue angle of 260.53º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A88EDA is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 142 218 -
CMYK 0.23 0.35 0 0.15
HSL 260.53º 0.51% 0.71% -
HSV(B) 260.53º 0.35% 0.85% -
XYZ 38.48 32.73 70.62 -
YUV 158.44 161.61 134.82 -
System Red Green Blue C M Y K H S L
Decimal 168 142 218 0.23 0.35 0 0.15 260.53 0.51 0.71
Hex A8 8E DA 17 23 0 F 105 33 47
Octal 250 216 332 27 43 0 17 405 63 107
Binary 10101000 10001110 11011010 10111 100011 0 1111 100000101 110011 1000111

Color Harmonies of #A88EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88EDA

Black with #A88EDA

Text Example


Text Example

White with #A88EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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