Html Css Color HEX #A24992 Violet Blue

📋 copy color: '#A24992'

red 162 ◦ green 73 ◦ blue 146

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

Shades of Violet Blue #A24992

Tints of Violet Blue #A24992

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.16%

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

R = 42.52%
G = 19.16%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#A24992 (or 0xA24992) is known color: Violet Blue. HEX triplet: A2, 49 and 92. RGB value is (162,73,146). Sum of RGB (Red+Green+Blue) = 162+73+146=381 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.52% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 162 - color contains mainly: red. Hex color #A24992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24992 is #5DB66D. Grayscale: #6B6B6B. Windows color (decimal): -6141550 or 9587106. OLE color: 9587106.

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

Color convert

RGB 162 73 146 -
CMYK 0 0.55 0.10 0.36
HSL 310.79º 0.38% 0.46% -
HSV(B) 310.79º 0.55% 0.64% -
XYZ 22.47 14.52 28.81 -
YUV 107.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 162 73 146 0 0.55 0.10 0.36 310.79 0.38 0.46
Hex A2 49 92 0 37 A 24 137 26 2E
Octal 242 111 222 0 67 12 44 467 46 56
Binary 10100010 1001001 10010010 0 110111 1010 100100 100110111 100110 101110

Color Harmonies of #A24992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24992

Black with #A24992

Text Example


Text Example

White with #A24992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24992; }

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

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

background-color css

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

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

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

border-color css

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

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

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