Html Css Color HEX #A25596 Violet Blue

📋 copy color: '#A25596'

red 162 ◦ green 85 ◦ blue 150

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

Shades of Violet Blue #A25596

Tints of Violet Blue #A25596

RGB

 RED value IS 162 (63.67% from 255) = 40.81%

 GREEN value IS 85 (33.59% from 255) = 21.41%

 BLUE value IS 150 (58.98% from 255) = 37.78%

R = 40.81%
G = 21.41%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.07

 K value IS 0.36

RGB Variations

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

Color information

#A25596 (or 0xA25596) is known color: Violet Blue. HEX triplet: A2, 55 and 96. RGB value is (162,85,150). Sum of RGB (Red+Green+Blue) = 162+85+150=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 150 (58.98% from 255 or 37.78% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A25596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25596 is #5DAA69. Grayscale: #737373. Windows color (decimal): -6138474 or 9852322. OLE color: 9852322.

HSL color Cylindrical-coordinate representation of color #A25596: hue angle of 309.35º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A25596 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 85 150 -
CMYK 0 0.48 0.07 0.36
HSL 309.35º 0.31% 0.48% -
HSV(B) 309.35º 0.48% 0.64% -
XYZ 23.65 16.38 30.77 -
YUV 115.43 147.51 161.21 -
System Red Green Blue C M Y K H S L
Decimal 162 85 150 0 0.48 0.07 0.36 309.35 0.31 0.48
Hex A2 55 96 0 30 7 24 135 1F 30
Octal 242 125 226 0 60 7 44 465 37 60
Binary 10100010 1010101 10010110 0 110000 111 100100 100110101 11111 110000

Color Harmonies of #A25596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25596

Black with #A25596

Text Example


Text Example

White with #A25596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25596; }

 p { color: rgb(162,85,150); }

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

background-color css

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

 a { background-color: rgb(162,85,150); }

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

border-color css

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

 span { border-color: rgb(162,85,150); }

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