Html Css Color HEX #AD14CB Dark Violet

📋 copy color: '#AD14CB'

red 173 ◦ green 20 ◦ blue 203

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

Shades of Dark Violet #AD14CB

Tints of Dark Violet #AD14CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 43.69%
G = 5.05%
B = 51.26%

CMYK

 C value IS 0.15

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD14CB (or 0xAD14CB) is known color: Dark Violet. HEX triplet: AD, 14 and CB. RGB value is (173,20,203). Sum of RGB (Red+Green+Blue) = 173+20+203=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD14CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD14CB is #52EB34. Grayscale: #565656. Windows color (decimal): -5434165 or 13309101. OLE color: 13309101.

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

Color convert

RGB 173 20 203 -
CMYK 0.15 0.90 0 0.20
HSL 290.16º 0.82% 0.44% -
HSV(B) 290.16º 0.9% 0.8% -
XYZ 28.26 13.7 57.65 -
YUV 86.61 193.69 189.62 -
System Red Green Blue C M Y K H S L
Decimal 173 20 203 0.15 0.90 0 0.20 290.16 0.82 0.44
Hex AD 14 CB F 5A 0 14 122 52 2C
Octal 255 24 313 17 132 0 24 442 122 54
Binary 10101101 10100 11001011 1111 1011010 0 10100 100100010 1010010 101100

Color Harmonies of #AD14CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD14CB

Black with #AD14CB

Text Example


Text Example

White with #AD14CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD14CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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