Html Css Color HEX #A24D9A Violet Blue

📋 copy color: '#A24D9A'

red 162 ◦ green 77 ◦ blue 154

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

Shades of Violet Blue #A24D9A

Tints of Violet Blue #A24D9A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.59%

 BLUE value IS 154 (60.55% from 255) = 39.19%

R = 41.22%
G = 19.59%
B = 39.19%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#A24D9A (or 0xA24D9A) is known color: Violet Blue. HEX triplet: A2, 4D and 9A. RGB value is (162,77,154). Sum of RGB (Red+Green+Blue) = 162+77+154=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 162 - color contains mainly: red. Hex color #A24D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24D9A is #5DB265. Grayscale: #6E6E6E. Windows color (decimal): -6140518 or 10112418. OLE color: 10112418.

HSL color Cylindrical-coordinate representation of color #A24D9A: hue angle of 305.65º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A24D9A is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 77 154 -
CMYK 0 0.52 0.05 0.36
HSL 305.65º 0.36% 0.47% -
HSV(B) 305.65º 0.52% 0.64% -
XYZ 23.39 15.32 32.3 -
YUV 111.19 152.16 164.24 -
System Red Green Blue C M Y K H S L
Decimal 162 77 154 0 0.52 0.05 0.36 305.65 0.36 0.47
Hex A2 4D 9A 0 34 5 24 132 24 2F
Octal 242 115 232 0 64 5 44 462 44 57
Binary 10100010 1001101 10011010 0 110100 101 100100 100110010 100100 101111

Color Harmonies of #A24D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24D9A

Black with #A24D9A

Text Example


Text Example

White with #A24D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24D9A; }

 p { color: rgb(162,77,154); }

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

background-color css

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

 a { background-color: rgb(162,77,154); }

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

border-color css

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

 span { border-color: rgb(162,77,154); }

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