Html Css Color HEX #A24A8D Violet Blue

📋 copy color: '#A24A8D'

red 162 ◦ green 74 ◦ blue 141

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

Shades of Violet Blue #A24A8D

Tints of Violet Blue #A24A8D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.63%

 BLUE value IS 141 (55.47% from 255) = 37.4%

R = 42.97%
G = 19.63%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A24A8D (or 0xA24A8D) is known color: Violet Blue. HEX triplet: A2, 4A and 8D. RGB value is (162,74,141). Sum of RGB (Red+Green+Blue) = 162+74+141=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 74 (29.30% from 255 or 19.63% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24A8D is #5DB572. Grayscale: #6B6B6B. Windows color (decimal): -6141299 or 9259682. OLE color: 9259682.

HSL color Cylindrical-coordinate representation of color #A24A8D: hue angle of 314.32º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24A8D is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 74 141 -
CMYK 0 0.54 0.13 0.36
HSL 314.32º 0.37% 0.46% -
HSV(B) 314.32º 0.54% 0.64% -
XYZ 22.16 14.5 26.83 -
YUV 107.95 146.65 166.55 -
System Red Green Blue C M Y K H S L
Decimal 162 74 141 0 0.54 0.13 0.36 314.32 0.37 0.46
Hex A2 4A 8D 0 36 D 24 13A 25 2E
Octal 242 112 215 0 66 15 44 472 45 56
Binary 10100010 1001010 10001101 0 110110 1101 100100 100111010 100101 101110

Color Harmonies of #A24A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A8D

Black with #A24A8D

Text Example


Text Example

White with #A24A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A8D; }

 p { color: rgb(162,74,141); }

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

background-color css

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

 a { background-color: rgb(162,74,141); }

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

border-color css

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

 span { border-color: rgb(162,74,141); }

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