Html Css Color HEX #A24594 Violet Blue

📋 copy color: '#A24594'

red 162 ◦ green 69 ◦ blue 148

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

Shades of Violet Blue #A24594

Tints of Violet Blue #A24594

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.21%

 BLUE value IS 148 (58.2% from 255) = 39.05%

R = 42.74%
G = 18.21%
B = 39.05%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.36

RGB Variations

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

Color information

#A24594 (or 0xA24594) is known color: Violet Blue. HEX triplet: A2, 45 and 94. RGB value is (162,69,148). Sum of RGB (Red+Green+Blue) = 162+69+148=379 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.74% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 162 - color contains mainly: red. Hex color #A24594 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24594 is #5DBA6B. Grayscale: #696969. Windows color (decimal): -6142572 or 9717154. OLE color: 9717154.

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

Color convert

RGB 162 69 148 -
CMYK 0 0.57 0.09 0.36
HSL 309.03º 0.4% 0.45% -
HSV(B) 309.03º 0.57% 0.64% -
XYZ 22.37 14.08 29.55 -
YUV 105.81 151.81 168.08 -
System Red Green Blue C M Y K H S L
Decimal 162 69 148 0 0.57 0.09 0.36 309.03 0.4 0.45
Hex A2 45 94 0 39 9 24 135 28 2D
Octal 242 105 224 0 71 11 44 465 50 55
Binary 10100010 1000101 10010100 0 111001 1001 100100 100110101 101000 101101

Color Harmonies of #A24594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24594

Black with #A24594

Text Example


Text Example

White with #A24594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24594; }

 p { color: rgb(162,69,148); }

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

background-color css

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

 a { background-color: rgb(162,69,148); }

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

border-color css

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

 span { border-color: rgb(162,69,148); }

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