Html Css Color HEX #A25199 Violet Blue

📋 copy color: '#A25199'

red 162 ◦ green 81 ◦ blue 153

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

Shades of Violet Blue #A25199

Tints of Violet Blue #A25199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.45%

 BLUE value IS 153 (60.16% from 255) = 38.64%

R = 40.91%
G = 20.45%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A25199 (or 0xA25199) is known color: Violet Blue. HEX triplet: A2, 51 and 99. RGB value is (162,81,153). Sum of RGB (Red+Green+Blue) = 162+81+153=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 153 (60.16% from 255 or 38.64% from 396); Max value from RGB is 162 - color contains mainly: red. Hex color #A25199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25199 is #5DAE66. Grayscale: #717171. Windows color (decimal): -6139495 or 10047906. OLE color: 10047906.

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

Color convert

RGB 162 81 153 -
CMYK 0 0.50 0.06 0.36
HSL 306.67º 0.33% 0.48% -
HSV(B) 306.67º 0.5% 0.64% -
XYZ 23.59 15.87 31.96 -
YUV 113.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 162 81 153 0 0.50 0.06 0.36 306.67 0.33 0.48
Hex A2 51 99 0 32 6 24 133 21 30
Octal 242 121 231 0 62 6 44 463 41 60
Binary 10100010 1010001 10011001 0 110010 110 100100 100110011 100001 110000

Color Harmonies of #A25199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25199

Black with #A25199

Text Example


Text Example

White with #A25199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25199; }

 p { color: rgb(162,81,153); }

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

background-color css

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

 a { background-color: rgb(162,81,153); }

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

border-color css

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

 span { border-color: rgb(162,81,153); }

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