Html Css Color HEX #A088DB Biloba Flower

📋 copy color: '#A088DB'

red 160 ◦ green 136 ◦ blue 219

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

Shades of Biloba Flower #A088DB

Tints of Biloba Flower #A088DB

RGB

 RED value IS 160 (62.89% from 255) = 31.07%

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

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

R = 31.07%
G = 26.41%
B = 42.52%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A088DB (or 0xA088DB) is known color: Biloba Flower. HEX triplet: A0, 88 and DB. RGB value is (160,136,219). Sum of RGB (Red+Green+Blue) = 160+136+219=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #A088DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A088DB is #5F7724. Grayscale: #989898. Windows color (decimal): -6256421 or 14387360. OLE color: 14387360.

HSL color Cylindrical-coordinate representation of color #A088DB: hue angle of 257.35º 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 #A088DB is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 136 219 -
CMYK 0.27 0.38 0 0.14
HSL 257.35º 0.54% 0.7% -
HSV(B) 257.35º 0.38% 0.86% -
XYZ 36.09 30.2 70.94 -
YUV 152.64 165.45 133.25 -
System Red Green Blue C M Y K H S L
Decimal 160 136 219 0.27 0.38 0 0.14 257.35 0.54 0.7
Hex A0 88 DB 1B 26 0 E 101 36 46
Octal 240 210 333 33 46 0 16 401 66 106
Binary 10100000 10001000 11011011 11011 100110 0 1110 100000001 110110 1000110

Color Harmonies of #A088DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A088DB

Black with #A088DB

Text Example


Text Example

White with #A088DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A088DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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