Html Css Color HEX #A988DB Biloba Flower

📋 copy color: '#A988DB'

red 169 ◦ green 136 ◦ blue 219

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

Shades of Biloba Flower #A988DB

Tints of Biloba Flower #A988DB

RGB

 RED value IS 169 (66.41% from 255) = 32.25%

 GREEN value IS 136 (53.52% from 255) = 25.95%

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

R = 32.25%
G = 25.95%
B = 41.79%

CMYK

 C value IS 0.23

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A988DB (or 0xA988DB) is known color: Biloba Flower. HEX triplet: A9, 88 and DB. RGB value is (169,136,219). Sum of RGB (Red+Green+Blue) = 169+136+219=524 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.25% from 524); Green value is 136 (53.52% from 255 or 25.95% from 524); Blue value is 219 (85.94% from 255 or 41.79% from 524); Max value from RGB is 219 - color contains mainly: blue. Hex color #A988DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A988DB is #567724. Grayscale: #9B9B9B. Windows color (decimal): -5666597 or 14387369. OLE color: 14387369.

HSL color Cylindrical-coordinate representation of color #A988DB: hue angle of 263.86º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A988DB is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 136 219 -
CMYK 0.23 0.38 0 0.14
HSL 263.86º 0.54% 0.7% -
HSV(B) 263.86º 0.38% 0.86% -
XYZ 37.95 31.16 71.03 -
YUV 155.33 163.93 137.75 -
System Red Green Blue C M Y K H S L
Decimal 169 136 219 0.23 0.38 0 0.14 263.86 0.54 0.7
Hex A9 88 DB 17 26 0 E 108 36 46
Octal 251 210 333 27 46 0 16 410 66 106
Binary 10101001 10001000 11011011 10111 100110 0 1110 100001000 110110 1000110

Color Harmonies of #A988DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A988DB

Black with #A988DB

Text Example


Text Example

White with #A988DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A988DB; }

 p { color: rgb(169,136,219); }

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

background-color css

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

 a { background-color: rgb(169,136,219); }

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

border-color css

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

 span { border-color: rgb(169,136,219); }

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