Html Css Color HEX #A290DB Biloba Flower

📋 copy color: '#A290DB'

red 162 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #A290DB

Tints of Biloba Flower #A290DB

RGB

 RED value IS 162 (63.67% from 255) = 30.86%

 GREEN value IS 144 (56.64% from 255) = 27.43%

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

R = 30.86%
G = 27.43%
B = 41.71%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A290DB (or 0xA290DB) is known color: Biloba Flower. HEX triplet: A2, 90 and DB. RGB value is (162,144,219). Sum of RGB (Red+Green+Blue) = 162+144+219=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 144 (56.64% from 255 or 27.43% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #A290DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A290DB is #5D6F24. Grayscale: #9D9D9D. Windows color (decimal): -6123301 or 14389410. OLE color: 14389410.

HSL color Cylindrical-coordinate representation of color #A290DB: hue angle of 254.4º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A290DB is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 144 219 -
CMYK 0.26 0.34 0 0.14
HSL 254.4º 0.51% 0.71% -
HSV(B) 254.4º 0.34% 0.86% -
XYZ 37.66 32.74 71.35 -
YUV 157.93 162.46 130.9 -
System Red Green Blue C M Y K H S L
Decimal 162 144 219 0.26 0.34 0 0.14 254.4 0.51 0.71
Hex A2 90 DB 1A 22 0 E FE 33 47
Octal 242 220 333 32 42 0 16 376 63 107
Binary 10100010 10010000 11011011 11010 100010 0 1110 11111110 110011 1000111

Color Harmonies of #A290DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A290DB

Black with #A290DB

Text Example


Text Example

White with #A290DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A290DB; }

 p { color: rgb(162,144,219); }

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

background-color css

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

 a { background-color: rgb(162,144,219); }

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

border-color css

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

 span { border-color: rgb(162,144,219); }

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