Html Css Color HEX #A24CA7 Violet Blue

📋 copy color: '#A24CA7'

red 162 ◦ green 76 ◦ blue 167

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

Shades of Violet Blue #A24CA7

Tints of Violet Blue #A24CA7

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.77%

 BLUE value IS 167 (65.63% from 255) = 41.23%

R = 40%
G = 18.77%
B = 41.23%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#A24CA7 (or 0xA24CA7) is known color: Violet Blue. HEX triplet: A2, 4C and A7. RGB value is (162,76,167). Sum of RGB (Red+Green+Blue) = 162+76+167=405 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 167 (65.62% from 255 or 41.23% from 405); Max value from RGB is 167 - color contains mainly: blue. Hex color #A24CA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A24CA7 is #5DB358. Grayscale: #6F6F6F. Windows color (decimal): -6140761 or 10964130. OLE color: 10964130.

HSL color Cylindrical-coordinate representation of color #A24CA7: hue angle of 296.7º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A24CA7 is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 162 76 167 -
CMYK 0.03 0.54 0 0.35
HSL 296.7º 0.37% 0.48% -
HSV(B) 296.7º 0.54% 0.65% -
XYZ 24.46 15.64 38.29 -
YUV 112.09 158.99 163.6 -
System Red Green Blue C M Y K H S L
Decimal 162 76 167 0.03 0.54 0 0.35 296.7 0.37 0.48
Hex A2 4C A7 3 36 0 23 129 25 30
Octal 242 114 247 3 66 0 43 451 45 60
Binary 10100010 1001100 10100111 11 110110 0 100011 100101001 100101 110000

Color Harmonies of #A24CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24CA7

Black with #A24CA7

Text Example


Text Example

White with #A24CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24CA7; }

 p { color: rgb(162,76,167); }

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

background-color css

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

 a { background-color: rgb(162,76,167); }

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

border-color css

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

 span { border-color: rgb(162,76,167); }

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