Html Css Color HEX #AD0BCF Dark Violet

📋 copy color: '#AD0BCF'

red 173 ◦ green 11 ◦ blue 207

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

Shades of Dark Violet #AD0BCF

Tints of Dark Violet #AD0BCF

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.81%

 BLUE value IS 207 (81.25% from 255) = 52.94%

R = 44.25%
G = 2.81%
B = 52.94%

CMYK

 C value IS 0.16

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD0BCF (or 0xAD0BCF) is known color: Dark Violet. HEX triplet: AD, 0B and CF. RGB value is (173,11,207). Sum of RGB (Red+Green+Blue) = 173+11+207=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 11 (4.69% from 255 or 2.81% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #AD0BCF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0BCF is #52F430. Grayscale: #515151. Windows color (decimal): -5436465 or 13568941. OLE color: 13568941.

HSL color Cylindrical-coordinate representation of color #AD0BCF: hue angle of 289.59º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0BCF is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 11 207 -
CMYK 0.16 0.95 0 0.19
HSL 289.59º 0.9% 0.43% -
HSV(B) 289.59º 0.95% 0.81% -
XYZ 28.62 13.63 60.15 -
YUV 81.78 198.67 193.06 -
System Red Green Blue C M Y K H S L
Decimal 173 11 207 0.16 0.95 0 0.19 289.59 0.9 0.43
Hex AD B CF 10 5F 0 13 122 5A 2B
Octal 255 13 317 20 137 0 23 442 132 53
Binary 10101101 1011 11001111 10000 1011111 0 10011 100100010 1011010 101011

Color Harmonies of #AD0BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0BCF

Black with #AD0BCF

Text Example


Text Example

White with #AD0BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0BCF; }

 p { color: rgb(173,11,207); }

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

background-color css

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

 a { background-color: rgb(173,11,207); }

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

border-color css

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

 span { border-color: rgb(173,11,207); }

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