Html Css Color HEX #A24493 Violet Blue

📋 copy color: '#A24493'

red 162 ◦ green 68 ◦ blue 147

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

Shades of Violet Blue #A24493

Tints of Violet Blue #A24493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.04%

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

R = 42.97%
G = 18.04%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A24493 (or 0xA24493) is known color: Violet Blue. HEX triplet: A2, 44 and 93. RGB value is (162,68,147). Sum of RGB (Red+Green+Blue) = 162+68+147=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 68 (26.95% from 255 or 18.04% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A24493 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24493 is #5DBB6C. Grayscale: #686868. Windows color (decimal): -6142829 or 9651362. OLE color: 9651362.

HSL color Cylindrical-coordinate representation of color #A24493: hue angle of 309.57º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A24493 is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 68 147 -
CMYK 0 0.58 0.09 0.36
HSL 309.57º 0.41% 0.45% -
HSV(B) 309.57º 0.58% 0.64% -
XYZ 22.23 13.92 29.12 -
YUV 105.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 162 68 147 0 0.58 0.09 0.36 309.57 0.41 0.45
Hex A2 44 93 0 3A 9 24 136 29 2D
Octal 242 104 223 0 72 11 44 466 51 55
Binary 10100010 1000100 10010011 0 111010 1001 100100 100110110 101001 101101

Color Harmonies of #A24493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24493

Black with #A24493

Text Example


Text Example

White with #A24493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24493; }

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

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

background-color css

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

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

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

border-color css

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

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

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