Html Css Color HEX #A88ADE Biloba Flower

📋 copy color: '#A88ADE'

red 168 ◦ green 138 ◦ blue 222

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

Shades of Biloba Flower #A88ADE

Tints of Biloba Flower #A88ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 42.05%

R = 31.82%
G = 26.14%
B = 42.05%

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

#A88ADE (or 0xA88ADE) is known color: Biloba Flower. HEX triplet: A8, 8A and DE. RGB value is (168,138,222). Sum of RGB (Red+Green+Blue) = 168+138+222=528 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.82% from 528); Green value is 138 (54.30% from 255 or 26.14% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #A88ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88ADE is #577521. Grayscale: #9C9C9C. Windows color (decimal): -5731618 or 14584488. OLE color: 14584488.

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

Color convert

RGB 168 138 222 -
CMYK 0.24 0.38 0 0.13
HSL 261.43º 0.56% 0.71% -
HSV(B) 261.43º 0.38% 0.87% -
XYZ 38.42 31.78 73.22 -
YUV 156.55 164.94 136.17 -
System Red Green Blue C M Y K H S L
Decimal 168 138 222 0.24 0.38 0 0.13 261.43 0.56 0.71
Hex A8 8A DE 18 26 0 D 105 38 47
Octal 250 212 336 30 46 0 15 405 70 107
Binary 10101000 10001010 11011110 11000 100110 0 1101 100000101 111000 1000111

Color Harmonies of #A88ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88ADE

Black with #A88ADE

Text Example


Text Example

White with #A88ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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