Html Css Color HEX #A24DAD Violet Blue

📋 copy color: '#A24DAD'

red 162 ◦ green 77 ◦ blue 173

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

Shades of Violet Blue #A24DAD

Tints of Violet Blue #A24DAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 39.32%
G = 18.69%
B = 41.99%

CMYK

 C value IS 0.06

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A24DAD (or 0xA24DAD) is known color: Violet Blue. HEX triplet: A2, 4D and AD. RGB value is (162,77,173). Sum of RGB (Red+Green+Blue) = 162+77+173=412 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.32% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #A24DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A24DAD is #5DB252. Grayscale: #717171. Windows color (decimal): -6140499 or 11357602. OLE color: 11357602.

HSL color Cylindrical-coordinate representation of color #A24DAD: hue angle of 293.12º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A24DAD is Cyan = 0.06, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 162 77 173 -
CMYK 0.06 0.55 0 0.32
HSL 293.13º 0.38% 0.49% -
HSV(B) 293.13º 0.55% 0.68% -
XYZ 25.1 16.01 41.3 -
YUV 113.36 161.66 162.69 -
System Red Green Blue C M Y K H S L
Decimal 162 77 173 0.06 0.55 0 0.32 293.13 0.38 0.49
Hex A2 4D AD 6 37 0 20 125 26 31
Octal 242 115 255 6 67 0 40 445 46 61
Binary 10100010 1001101 10101101 110 110111 0 100000 100100101 100110 110001

Color Harmonies of #A24DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24DAD

Black with #A24DAD

Text Example


Text Example

White with #A24DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24DAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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