Html Css Color HEX #AD14E5 Dark Violet

📋 copy color: '#AD14E5'

red 173 ◦ green 20 ◦ blue 229

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

Shades of Dark Violet #AD14E5

Tints of Dark Violet #AD14E5

RGB

 RED value IS 173 (67.97% from 255) = 41%

 GREEN value IS 20 (8.2% from 255) = 4.74%

 BLUE value IS 229 (89.84% from 255) = 54.27%

R = 41%
G = 4.74%
B = 54.27%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AD14E5 (or 0xAD14E5) is known color: Dark Violet. HEX triplet: AD, 14 and E5. RGB value is (173,20,229). Sum of RGB (Red+Green+Blue) = 173+20+229=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 20 (8.20% from 255 or 4.74% from 422); Blue value is 229 (89.84% from 255 or 54.27% from 422); Max value from RGB is 229 - color contains mainly: blue. Hex color #AD14E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14E5 is #52EB1A. Grayscale: #585858. Windows color (decimal): -5434139 or 15013037. OLE color: 15013037.

HSL color Cylindrical-coordinate representation of color #AD14E5: hue angle of 283.92º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AD14E5 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 173 20 229 -
CMYK 0.24 0.91 0 0.10
HSL 283.92º 0.84% 0.49% -
HSV(B) 283.92º 0.91% 0.9% -
XYZ 31.63 15.04 75.37 -
YUV 89.57 206.69 187.51 -
System Red Green Blue C M Y K H S L
Decimal 173 20 229 0.24 0.91 0 0.10 283.92 0.84 0.49
Hex AD 14 E5 18 5B 0 A 11C 54 31
Octal 255 24 345 30 133 0 12 434 124 61
Binary 10101101 10100 11100101 11000 1011011 0 1010 100011100 1010100 110001

Color Harmonies of #AD14E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD14E5

Black with #AD14E5

Text Example


Text Example

White with #AD14E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD14E5; }

 p { color: rgb(173,20,229); }

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

background-color css

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

 a { background-color: rgb(173,20,229); }

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

border-color css

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

 span { border-color: rgb(173,20,229); }

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