Html Css Color HEX #A24E9D Violet Blue

📋 copy color: '#A24E9D'

red 162 ◦ green 78 ◦ blue 157

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

Shades of Violet Blue #A24E9D

Tints of Violet Blue #A24E9D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.65%

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 40.81%
G = 19.65%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A24E9D (or 0xA24E9D) is known color: Violet Blue. HEX triplet: A2, 4E and 9D. RGB value is (162,78,157). Sum of RGB (Red+Green+Blue) = 162+78+157=397 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.81% from 397); Green value is 78 (30.86% from 255 or 19.65% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 162 - color contains mainly: red. Hex color #A24E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24E9D is #5DB162. Grayscale: #6F6F6F. Windows color (decimal): -6140259 or 10309282. OLE color: 10309282.

HSL color Cylindrical-coordinate representation of color #A24E9D: hue angle of 303.57º degrees, saturation: 0.35, 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 #A24E9D is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 78 157 -
CMYK 0 0.52 0.03 0.36
HSL 303.57º 0.35% 0.47% -
HSV(B) 303.57º 0.52% 0.64% -
XYZ 23.71 15.56 33.65 -
YUV 112.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 162 78 157 0 0.52 0.03 0.36 303.57 0.35 0.47
Hex A2 4E 9D 0 34 3 24 130 23 2F
Octal 242 116 235 0 64 3 44 460 43 57
Binary 10100010 1001110 10011101 0 110100 11 100100 100110000 100011 101111

Color Harmonies of #A24E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24E9D

Black with #A24E9D

Text Example


Text Example

White with #A24E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24E9D; }

 p { color: rgb(162,78,157); }

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

background-color css

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

 a { background-color: rgb(162,78,157); }

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

border-color css

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

 span { border-color: rgb(162,78,157); }

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