Html Css Color HEX #A596DF Biloba Flower

📋 copy color: '#A596DF'

red 165 ◦ green 150 ◦ blue 223

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

Shades of Biloba Flower #A596DF

Tints of Biloba Flower #A596DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.45%

R = 30.67%
G = 27.88%
B = 41.45%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A596DF (or 0xA596DF) is known color: Biloba Flower. HEX triplet: A5, 96 and DF. RGB value is (165,150,223). Sum of RGB (Red+Green+Blue) = 165+150+223=538 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.67% from 538); Green value is 150 (58.98% from 255 or 27.88% from 538); Blue value is 223 (87.5% from 255 or 41.45% from 538); Max value from RGB is 223 - color contains mainly: blue. Hex color #A596DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596DF is #5A6920. Grayscale: #A2A2A2. Windows color (decimal): -5925153 or 14653093. OLE color: 14653093.

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

Color convert

RGB 165 150 223 -
CMYK 0.26 0.33 0 0.13
HSL 252.33º 0.53% 0.73% -
HSV(B) 252.33º 0.33% 0.87% -
XYZ 39.74 35.14 74.5 -
YUV 162.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 165 150 223 0.26 0.33 0 0.13 252.33 0.53 0.73
Hex A5 96 DF 1A 21 0 D FC 35 49
Octal 245 226 337 32 41 0 15 374 65 111
Binary 10100101 10010110 11011111 11010 100001 0 1101 11111100 110101 1001001

Color Harmonies of #A596DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A596DF

Black with #A596DF

Text Example


Text Example

White with #A596DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A596DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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