Html Css Color HEX #AD14CA Dark Violet

📋 copy color: '#AD14CA'

red 173 ◦ green 20 ◦ blue 202

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

Shades of Dark Violet #AD14CA

Tints of Dark Violet #AD14CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 51.14%

R = 43.8%
G = 5.06%
B = 51.14%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD14CA (or 0xAD14CA) is known color: Dark Violet. HEX triplet: AD, 14 and CA. RGB value is (173,20,202). Sum of RGB (Red+Green+Blue) = 173+20+202=395 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.80% from 395); Green value is 20 (8.20% from 255 or 5.06% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD14CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14CA is #52EB35. Grayscale: #555555. Windows color (decimal): -5434166 or 13243565. OLE color: 13243565.

HSL color Cylindrical-coordinate representation of color #AD14CA: hue angle of 290.44º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AD14CA is Cyan = 0.14, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 20 202 -
CMYK 0.14 0.90 0 0.21
HSL 290.44º 0.82% 0.44% -
HSV(B) 290.44º 0.9% 0.79% -
XYZ 28.14 13.65 57.03 -
YUV 86.5 193.19 189.7 -
System Red Green Blue C M Y K H S L
Decimal 173 20 202 0.14 0.90 0 0.21 290.44 0.82 0.44
Hex AD 14 CA E 5A 0 15 122 52 2C
Octal 255 24 312 16 132 0 25 442 122 54
Binary 10101101 10100 11001010 1110 1011010 0 10101 100100010 1010010 101100

Color Harmonies of #AD14CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD14CA

Black with #AD14CA

Text Example


Text Example

White with #AD14CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD14CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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