Html Css Color HEX #A25992 Violet Blue

📋 copy color: '#A25992'

red 162 ◦ green 89 ◦ blue 146

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

Shades of Violet Blue #A25992

Tints of Violet Blue #A25992

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.42%

 BLUE value IS 146 (57.42% from 255) = 36.78%

R = 40.81%
G = 22.42%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A25992 (or 0xA25992) is known color: Violet Blue. HEX triplet: A2, 59 and 92. RGB value is (162,89,146). Sum of RGB (Red+Green+Blue) = 162+89+146=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 146 (57.42% from 255 or 36.78% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A25992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25992 is #5DA66D. Grayscale: #757575. Windows color (decimal): -6137454 or 9591202. OLE color: 9591202.

HSL color Cylindrical-coordinate representation of color #A25992: hue angle of 313.15º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A25992 is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 89 146 -
CMYK 0 0.45 0.10 0.36
HSL 313.15º 0.29% 0.49% -
HSV(B) 313.15º 0.45% 0.64% -
XYZ 23.66 16.9 29.21 -
YUV 117.33 144.18 159.87 -
System Red Green Blue C M Y K H S L
Decimal 162 89 146 0 0.45 0.10 0.36 313.15 0.29 0.49
Hex A2 59 92 0 2D A 24 139 1D 31
Octal 242 131 222 0 55 12 44 471 35 61
Binary 10100010 1011001 10010010 0 101101 1010 100100 100111001 11101 110001

Color Harmonies of #A25992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25992

Black with #A25992

Text Example


Text Example

White with #A25992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25992; }

 p { color: rgb(162,89,146); }

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

background-color css

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

 a { background-color: rgb(162,89,146); }

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

border-color css

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

 span { border-color: rgb(162,89,146); }

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