Html Css Color HEX #A88ADD Biloba Flower

📋 copy color: '#A88ADD'

red 168 ◦ green 138 ◦ blue 221

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

Shades of Biloba Flower #A88ADD

Tints of Biloba Flower #A88ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.19%

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

R = 31.88%
G = 26.19%
B = 41.94%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A88ADD (or 0xA88ADD) is known color: Biloba Flower. HEX triplet: A8, 8A and DD. RGB value is (168,138,221). Sum of RGB (Red+Green+Blue) = 168+138+221=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #A88ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ADD is #577522. Grayscale: #9C9C9C. Windows color (decimal): -5731619 or 14518952. OLE color: 14518952.

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

Color convert

RGB 168 138 221 -
CMYK 0.24 0.38 0 0.13
HSL 261.69º 0.55% 0.7% -
HSV(B) 261.69º 0.38% 0.87% -
XYZ 38.29 31.72 72.51 -
YUV 156.43 164.44 136.25 -
System Red Green Blue C M Y K H S L
Decimal 168 138 221 0.24 0.38 0 0.13 261.69 0.55 0.7
Hex A8 8A DD 18 26 0 D 106 37 46
Octal 250 212 335 30 46 0 15 406 67 106
Binary 10101000 10001010 11011101 11000 100110 0 1101 100000110 110111 1000110

Color Harmonies of #A88ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88ADD

Black with #A88ADD

Text Example


Text Example

White with #A88ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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