Html Css Color HEX #A291DB Biloba Flower

📋 copy color: '#A291DB'

red 162 ◦ green 145 ◦ blue 219

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

Shades of Biloba Flower #A291DB

Tints of Biloba Flower #A291DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.57%

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

R = 30.8%
G = 27.57%
B = 41.63%

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

#A291DB (or 0xA291DB) is known color: Biloba Flower. HEX triplet: A2, 91 and DB. RGB value is (162,145,219). Sum of RGB (Red+Green+Blue) = 162+145+219=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 145 (57.03% from 255 or 27.57% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #A291DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A291DB is #5D6E24. Grayscale: #9E9E9E. Windows color (decimal): -6123045 or 14389666. OLE color: 14389666.

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

Color convert

RGB 162 145 219 -
CMYK 0.26 0.34 0 0.14
HSL 253.78º 0.51% 0.71% -
HSV(B) 253.78º 0.34% 0.86% -
XYZ 37.81 33.05 71.4 -
YUV 158.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 162 145 219 0.26 0.34 0 0.14 253.78 0.51 0.71
Hex A2 91 DB 1A 22 0 E FE 33 47
Octal 242 221 333 32 42 0 16 376 63 107
Binary 10100010 10010001 11011011 11010 100010 0 1110 11111110 110011 1000111

Color Harmonies of #A291DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A291DB

Black with #A291DB

Text Example


Text Example

White with #A291DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A291DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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