Html Css Color HEX #A590DB Biloba Flower

📋 copy color: '#A590DB'

red 165 ◦ green 144 ◦ blue 219

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

Shades of Biloba Flower #A590DB

Tints of Biloba Flower #A590DB

RGB

 RED value IS 165 (64.84% from 255) = 31.25%

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

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

R = 31.25%
G = 27.27%
B = 41.48%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A590DB (or 0xA590DB) is known color: Biloba Flower. HEX triplet: A5, 90 and DB. RGB value is (165,144,219). Sum of RGB (Red+Green+Blue) = 165+144+219=528 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.25% from 528); Green value is 144 (56.64% from 255 or 27.27% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #A590DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A590DB is #5A6F24. Grayscale: #9E9E9E. Windows color (decimal): -5926693 or 14389413. OLE color: 14389413.

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

Color convert

RGB 165 144 219 -
CMYK 0.25 0.34 0 0.14
HSL 256.8º 0.51% 0.71% -
HSV(B) 256.8º 0.34% 0.86% -
XYZ 38.28 33.06 71.38 -
YUV 158.83 161.96 132.4 -
System Red Green Blue C M Y K H S L
Decimal 165 144 219 0.25 0.34 0 0.14 256.8 0.51 0.71
Hex A5 90 DB 19 22 0 E 101 33 47
Octal 245 220 333 31 42 0 16 401 63 107
Binary 10100101 10010000 11011011 11001 100010 0 1110 100000001 110011 1000111

Color Harmonies of #A590DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A590DB

Black with #A590DB

Text Example


Text Example

White with #A590DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A590DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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