Html Css Color HEX #A88BDD Biloba Flower

📋 copy color: '#A88BDD'

red 168 ◦ green 139 ◦ blue 221

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

Shades of Biloba Flower #A88BDD

Tints of Biloba Flower #A88BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.33%

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 31.82%
G = 26.33%
B = 41.86%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A88BDD (or 0xA88BDD) is known color: Biloba Flower. HEX triplet: A8, 8B and DD. RGB value is (168,139,221). Sum of RGB (Red+Green+Blue) = 168+139+221=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 139 (54.69% from 255 or 26.33% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #A88BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88BDD is #577422. Grayscale: #9C9C9C. Windows color (decimal): -5731363 or 14519208. OLE color: 14519208.

HSL color Cylindrical-coordinate representation of color #A88BDD: hue angle of 261.22º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A88BDD is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 168 139 221 -
CMYK 0.24 0.37 0 0.13
HSL 261.22º 0.55% 0.71% -
HSV(B) 261.22º 0.37% 0.87% -
XYZ 38.43 32.01 72.56 -
YUV 157.02 164.11 135.83 -
System Red Green Blue C M Y K H S L
Decimal 168 139 221 0.24 0.37 0 0.13 261.22 0.55 0.71
Hex A8 8B DD 18 25 0 D 105 37 47
Octal 250 213 335 30 45 0 15 405 67 107
Binary 10101000 10001011 11011101 11000 100101 0 1101 100000101 110111 1000111

Color Harmonies of #A88BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88BDD

Black with #A88BDD

Text Example


Text Example

White with #A88BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88BDD; }

 p { color: rgb(168,139,221); }

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

background-color css

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

 a { background-color: rgb(168,139,221); }

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

border-color css

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

 span { border-color: rgb(168,139,221); }

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