Html Css Color HEX #A24993 Violet Blue

📋 copy color: '#A24993'

red 162 ◦ green 73 ◦ blue 147

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

Shades of Violet Blue #A24993

Tints of Violet Blue #A24993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.48%

R = 42.41%
G = 19.11%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A24993 (or 0xA24993) is known color: Violet Blue. HEX triplet: A2, 49 and 93. RGB value is (162,73,147). Sum of RGB (Red+Green+Blue) = 162+73+147=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A24993 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24993 is #5DB66C. Grayscale: #6B6B6B. Windows color (decimal): -6141549 or 9652642. OLE color: 9652642.

HSL color Cylindrical-coordinate representation of color #A24993: hue angle of 310.11º 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 #A24993 is Cyan = 0, Magento = 0.55, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 73 147 -
CMYK 0 0.55 0.09 0.36
HSL 310.11º 0.38% 0.46% -
HSV(B) 310.11º 0.55% 0.64% -
XYZ 22.55 14.55 29.22 -
YUV 108.05 149.99 166.48 -
System Red Green Blue C M Y K H S L
Decimal 162 73 147 0 0.55 0.09 0.36 310.11 0.38 0.46
Hex A2 49 93 0 37 9 24 136 26 2E
Octal 242 111 223 0 67 11 44 466 46 56
Binary 10100010 1001001 10010011 0 110111 1001 100100 100110110 100110 101110

Color Harmonies of #A24993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24993

Black with #A24993

Text Example


Text Example

White with #A24993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24993; }

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

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

background-color css

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

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

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

border-color css

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

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

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