Html Css Color HEX #A24F9D Violet Blue

📋 copy color: '#A24F9D'

red 162 ◦ green 79 ◦ blue 157

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

Shades of Violet Blue #A24F9D

Tints of Violet Blue #A24F9D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.85%

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

R = 40.7%
G = 19.85%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.03

 K value IS 0.36

RGB Variations

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

Color information

#A24F9D (or 0xA24F9D) is known color: Violet Blue. HEX triplet: A2, 4F and 9D. RGB value is (162,79,157). Sum of RGB (Red+Green+Blue) = 162+79+157=398 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.70% from 398); Green value is 79 (31.25% from 255 or 19.85% from 398); Blue value is 157 (61.72% from 255 or 39.45% from 398); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24F9D is #5DB062. Grayscale: #707070. Windows color (decimal): -6140003 or 10309538. OLE color: 10309538.

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

Color convert

RGB 162 79 157 -
CMYK 0 0.51 0.03 0.36
HSL 303.61º 0.34% 0.47% -
HSV(B) 303.61º 0.51% 0.64% -
XYZ 23.78 15.71 33.68 -
YUV 112.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 162 79 157 0 0.51 0.03 0.36 303.61 0.34 0.47
Hex A2 4F 9D 0 33 3 24 130 22 2F
Octal 242 117 235 0 63 3 44 460 42 57
Binary 10100010 1001111 10011101 0 110011 11 100100 100110000 100010 101111

Color Harmonies of #A24F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24F9D

Black with #A24F9D

Text Example


Text Example

White with #A24F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24F9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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