Html Css Color HEX #A596CC Biloba Flower

📋 copy color: '#A596CC'

red 165 ◦ green 150 ◦ blue 204

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

Shades of Biloba Flower #A596CC

Tints of Biloba Flower #A596CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.31%

R = 31.79%
G = 28.9%
B = 39.31%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A596CC (or 0xA596CC) is known color: Biloba Flower. HEX triplet: A5, 96 and CC. RGB value is (165,150,204). Sum of RGB (Red+Green+Blue) = 165+150+204=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 150 (58.98% from 255 or 28.90% from 519); Blue value is 204 (80.08% from 255 or 39.31% from 519); Max value from RGB is 204 - color contains mainly: blue. Hex color #A596CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596CC is #5A6933. Grayscale: #A0A0A0. Windows color (decimal): -5925172 or 13407909. OLE color: 13407909.

HSL color Cylindrical-coordinate representation of color #A596CC: hue angle of 256.67º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A596CC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 165 150 204 -
CMYK 0.19 0.26 0 0.2
HSL 256.67º 0.35% 0.69% -
HSV(B) 256.67º 0.26% 0.8% -
XYZ 37.32 34.17 61.76 -
YUV 160.64 152.47 131.11 -
System Red Green Blue C M Y K H S L
Decimal 165 150 204 0.19 0.26 0 0.2 256.67 0.35 0.69
Hex A5 96 CC 13 1A 0 14 101 23 45
Octal 245 226 314 23 32 0 24 401 43 105
Binary 10100101 10010110 11001100 10011 11010 0 10100 100000001 100011 1000101

Color Harmonies of #A596CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A596CC

Black with #A596CC

Text Example


Text Example

White with #A596CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A596CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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