Html Css Color HEX #A188DB Biloba Flower

📋 copy color: '#A188DB'

red 161 ◦ green 136 ◦ blue 219

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

Shades of Biloba Flower #A188DB

Tints of Biloba Flower #A188DB

RGB

 RED value IS 161 (63.28% from 255) = 31.2%

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

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

R = 31.2%
G = 26.36%
B = 42.44%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A188DB (or 0xA188DB) is known color: Biloba Flower. HEX triplet: A1, 88 and DB. RGB value is (161,136,219). Sum of RGB (Red+Green+Blue) = 161+136+219=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 219 (85.94% from 255 or 42.44% from 516); Max value from RGB is 219 - color contains mainly: blue. Hex color #A188DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A188DB is #5E7724. Grayscale: #989898. Windows color (decimal): -6190885 or 14387361. OLE color: 14387361.

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

Color convert

RGB 161 136 219 -
CMYK 0.26 0.38 0 0.14
HSL 258.07º 0.54% 0.7% -
HSV(B) 258.07º 0.38% 0.86% -
XYZ 36.29 30.3 70.95 -
YUV 152.94 165.28 133.75 -
System Red Green Blue C M Y K H S L
Decimal 161 136 219 0.26 0.38 0 0.14 258.07 0.54 0.7
Hex A1 88 DB 1A 26 0 E 102 36 46
Octal 241 210 333 32 46 0 16 402 66 106
Binary 10100001 10001000 11011011 11010 100110 0 1110 100000010 110110 1000110

Color Harmonies of #A188DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A188DB

Black with #A188DB

Text Example


Text Example

White with #A188DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A188DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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