Html Css Color HEX #A596CE Biloba Flower

📋 copy color: '#A596CE'

red 165 ◦ green 150 ◦ blue 206

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

Shades of Biloba Flower #A596CE

Tints of Biloba Flower #A596CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.54%

R = 31.67%
G = 28.79%
B = 39.54%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A596CE (or 0xA596CE) is known color: Biloba Flower. HEX triplet: A5, 96 and CE. RGB value is (165,150,206). Sum of RGB (Red+Green+Blue) = 165+150+206=521 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.67% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 206 - color contains mainly: blue. Hex color #A596CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596CE is #5A6931. Grayscale: #A0A0A0. Windows color (decimal): -5925170 or 13538981. OLE color: 13538981.

HSL color Cylindrical-coordinate representation of color #A596CE: hue angle of 256.07º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A596CE is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 165 150 206 -
CMYK 0.20 0.27 0 0.19
HSL 256.07º 0.36% 0.7% -
HSV(B) 256.07º 0.27% 0.81% -
XYZ 37.56 34.27 63.03 -
YUV 160.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 165 150 206 0.20 0.27 0 0.19 256.07 0.36 0.7
Hex A5 96 CE 14 1B 0 13 100 24 46
Octal 245 226 316 24 33 0 23 400 44 106
Binary 10100101 10010110 11001110 10100 11011 0 10011 100000000 100100 1000110

Color Harmonies of #A596CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A596CE

Black with #A596CE

Text Example


Text Example

White with #A596CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A596CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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