Html Css Color HEX #A24199 Violet Blue

📋 copy color: '#A24199'

red 162 ◦ green 65 ◦ blue 153

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

Shades of Violet Blue #A24199

Tints of Violet Blue #A24199

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.11%

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

R = 42.63%
G = 17.11%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.06

 K value IS 0.36

RGB Variations

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

Color information

#A24199 (or 0xA24199) is known color: Violet Blue. HEX triplet: A2, 41 and 99. RGB value is (162,65,153). Sum of RGB (Red+Green+Blue) = 162+65+153=380 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.63% from 380); Green value is 65 (25.78% from 255 or 17.11% from 380); Blue value is 153 (60.16% from 255 or 40.26% from 380); Max value from RGB is 162 - color contains mainly: red. Hex color #A24199 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24199 is #5DBE66. Grayscale: #676767. Windows color (decimal): -6143591 or 10043810. OLE color: 10043810.

HSL color Cylindrical-coordinate representation of color #A24199: hue angle of 305.57º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A24199 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 65 153 -
CMYK 0 0.60 0.06 0.36
HSL 305.57º 0.43% 0.45% -
HSV(B) 305.57º 0.6% 0.64% -
XYZ 22.54 13.76 31.61 -
YUV 104.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 162 65 153 0 0.60 0.06 0.36 305.57 0.43 0.45
Hex A2 41 99 0 3C 6 24 132 2B 2D
Octal 242 101 231 0 74 6 44 462 53 55
Binary 10100010 1000001 10011001 0 111100 110 100100 100110010 101011 101101

Color Harmonies of #A24199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24199

Black with #A24199

Text Example


Text Example

White with #A24199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24199; }

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

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

background-color css

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

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

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

border-color css

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

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

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