Html Css Color HEX #A25499 Violet Blue

📋 copy color: '#A25499'

red 162 ◦ green 84 ◦ blue 153

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

Shades of Violet Blue #A25499

Tints of Violet Blue #A25499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.05%

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

R = 40.6%
G = 21.05%
B = 38.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A25499 (or 0xA25499) is known color: Violet Blue. HEX triplet: A2, 54 and 99. RGB value is (162,84,153). Sum of RGB (Red+Green+Blue) = 162+84+153=399 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.60% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 153 (60.16% from 255 or 38.35% from 399); Max value from RGB is 162 - color contains mainly: red. Hex color #A25499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A25499 is #5DAB66. Grayscale: #727272. Windows color (decimal): -6138727 or 10048674. OLE color: 10048674.

HSL color Cylindrical-coordinate representation of color #A25499: hue angle of 306.92º degrees, saturation: 0.32, 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 #A25499 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 84 153 -
CMYK 0 0.48 0.06 0.36
HSL 306.92º 0.32% 0.48% -
HSV(B) 306.92º 0.48% 0.64% -
XYZ 23.82 16.32 32.03 -
YUV 115.19 149.34 161.39 -
System Red Green Blue C M Y K H S L
Decimal 162 84 153 0 0.48 0.06 0.36 306.92 0.32 0.48
Hex A2 54 99 0 30 6 24 133 20 30
Octal 242 124 231 0 60 6 44 463 40 60
Binary 10100010 1010100 10011001 0 110000 110 100100 100110011 100000 110000

Color Harmonies of #A25499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25499

Black with #A25499

Text Example


Text Example

White with #A25499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25499; }

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

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

background-color css

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

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

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

border-color css

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

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

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