Html Css Color HEX #A596DB Biloba Flower

📋 copy color: '#A596DB'

red 165 ◦ green 150 ◦ blue 219

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

Shades of Biloba Flower #A596DB

Tints of Biloba Flower #A596DB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.09%

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

R = 30.9%
G = 28.09%
B = 41.01%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A596DB (or 0xA596DB) is known color: Biloba Flower. HEX triplet: A5, 96 and DB. RGB value is (165,150,219). Sum of RGB (Red+Green+Blue) = 165+150+219=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #A596DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596DB is #5A6924. Grayscale: #A2A2A2. Windows color (decimal): -5925157 or 14390949. OLE color: 14390949.

HSL color Cylindrical-coordinate representation of color #A596DB: hue angle of 253.04º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A596DB is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 165 150 219 -
CMYK 0.25 0.32 0 0.14
HSL 253.04º 0.49% 0.72% -
HSV(B) 253.04º 0.32% 0.86% -
XYZ 39.21 34.93 71.69 -
YUV 162.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 165 150 219 0.25 0.32 0 0.14 253.04 0.49 0.72
Hex A5 96 DB 19 20 0 E FD 31 48
Octal 245 226 333 31 40 0 16 375 61 110
Binary 10100101 10010110 11011011 11001 100000 0 1110 11111101 110001 1001000

Color Harmonies of #A596DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A596DB

Black with #A596DB

Text Example


Text Example

White with #A596DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A596DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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