Html Css Color HEX #A596DC Biloba Flower

📋 copy color: '#A596DC'

red 165 ◦ green 150 ◦ blue 220

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

Shades of Biloba Flower #A596DC

Tints of Biloba Flower #A596DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.12%

R = 30.84%
G = 28.04%
B = 41.12%

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

#A596DC (or 0xA596DC) is known color: Biloba Flower. HEX triplet: A5, 96 and DC. RGB value is (165,150,220). Sum of RGB (Red+Green+Blue) = 165+150+220=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #A596DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596DC is #5A6923. Grayscale: #A2A2A2. Windows color (decimal): -5925156 or 14456485. OLE color: 14456485.

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

Color convert

RGB 165 150 220 -
CMYK 0.25 0.32 0 0.14
HSL 252.86º 0.5% 0.73% -
HSV(B) 252.86º 0.32% 0.86% -
XYZ 39.34 34.98 72.39 -
YUV 162.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 165 150 220 0.25 0.32 0 0.14 252.86 0.5 0.73
Hex A5 96 DC 19 20 0 E FD 32 49
Octal 245 226 334 31 40 0 16 375 62 111
Binary 10100101 10010110 11011100 11001 100000 0 1110 11111101 110010 1001001

Color Harmonies of #A596DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A596DC

Black with #A596DC

Text Example


Text Example

White with #A596DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A596DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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