Html Css Color HEX #A596DD Biloba Flower

📋 copy color: '#A596DD'

red 165 ◦ green 150 ◦ blue 221

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

Shades of Biloba Flower #A596DD

Tints of Biloba Flower #A596DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.23%

R = 30.78%
G = 27.99%
B = 41.23%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A596DD (or 0xA596DD) is known color: Biloba Flower. HEX triplet: A5, 96 and DD. RGB value is (165,150,221). Sum of RGB (Red+Green+Blue) = 165+150+221=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #A596DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596DD is #5A6922. Grayscale: #A2A2A2. Windows color (decimal): -5925155 or 14522021. OLE color: 14522021.

HSL color Cylindrical-coordinate representation of color #A596DD: hue angle of 252.68º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A596DD is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 165 150 221 -
CMYK 0.25 0.32 0 0.13
HSL 252.68º 0.51% 0.73% -
HSV(B) 252.68º 0.32% 0.87% -
XYZ 39.47 35.03 73.09 -
YUV 162.58 160.97 129.73 -
System Red Green Blue C M Y K H S L
Decimal 165 150 221 0.25 0.32 0 0.13 252.68 0.51 0.73
Hex A5 96 DD 19 20 0 D FD 33 49
Octal 245 226 335 31 40 0 15 375 63 111
Binary 10100101 10010110 11011101 11001 100000 0 1101 11111101 110011 1001001

Color Harmonies of #A596DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A596DD

Black with #A596DD

Text Example


Text Example

White with #A596DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A596DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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