Html Css Color HEX #AD07CB Dark Violet

📋 copy color: '#AD07CB'

red 173 ◦ green 7 ◦ blue 203

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

Shades of Dark Violet #AD07CB

Tints of Dark Violet #AD07CB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.83%

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

R = 45.17%
G = 1.83%
B = 53%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD07CB (or 0xAD07CB) is known color: Dark Violet. HEX triplet: AD, 07 and CB. RGB value is (173,7,203). Sum of RGB (Red+Green+Blue) = 173+7+203=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 203 (79.69% from 255 or 53.00% from 383); Max value from RGB is 203 - color contains mainly: blue. Hex color #AD07CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07CB is #52F834. Grayscale: #4E4E4E. Windows color (decimal): -5437493 or 13305773. OLE color: 13305773.

HSL color Cylindrical-coordinate representation of color #AD07CB: hue angle of 290.82º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD07CB is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 7 203 -
CMYK 0.15 0.97 0 0.20
HSL 290.82º 0.93% 0.41% -
HSV(B) 290.82º 0.97% 0.8% -
XYZ 28.09 13.35 57.6 -
YUV 78.98 198 195.06 -
System Red Green Blue C M Y K H S L
Decimal 173 7 203 0.15 0.97 0 0.20 290.82 0.93 0.41
Hex AD 7 CB F 61 0 14 123 5D 29
Octal 255 7 313 17 141 0 24 443 135 51
Binary 10101101 111 11001011 1111 1100001 0 10100 100100011 1011101 101001

Color Harmonies of #AD07CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD07CB

Black with #AD07CB

Text Example


Text Example

White with #AD07CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD07CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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