Html Css Color HEX #AD15CB Dark Violet

📋 copy color: '#AD15CB'

red 173 ◦ green 21 ◦ blue 203

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

Shades of Dark Violet #AD15CB

Tints of Dark Violet #AD15CB

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.29%

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

R = 43.58%
G = 5.29%
B = 51.13%

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

#AD15CB (or 0xAD15CB) is known color: Dark Violet. HEX triplet: AD, 15 and CB. RGB value is (173,21,203). Sum of RGB (Red+Green+Blue) = 173+21+203=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 21 (8.59% from 255 or 5.29% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD15CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD15CB is #52EA34. Grayscale: #565656. Windows color (decimal): -5433909 or 13309357. OLE color: 13309357.

HSL color Cylindrical-coordinate representation of color #AD15CB: hue angle of 290.11º degrees, saturation: 0.81, 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 #AD15CB is Cyan = 0.15, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 21 203 -
CMYK 0.15 0.90 0 0.20
HSL 290.11º 0.81% 0.44% -
HSV(B) 290.11º 0.9% 0.8% -
XYZ 28.28 13.73 57.66 -
YUV 87.2 193.36 189.2 -
System Red Green Blue C M Y K H S L
Decimal 173 21 203 0.15 0.90 0 0.20 290.11 0.81 0.44
Hex AD 15 CB F 5A 0 14 122 51 2C
Octal 255 25 313 17 132 0 24 442 121 54
Binary 10101101 10101 11001011 1111 1011010 0 10100 100100010 1010001 101100

Color Harmonies of #AD15CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD15CB

Black with #AD15CB

Text Example


Text Example

White with #AD15CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD15CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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