Html Css Color HEX #AD35DC Dark Orchid

📋 copy color: '#AD35DC'

red 173 ◦ green 53 ◦ blue 220

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

Shades of Dark Orchid #AD35DC

Tints of Dark Orchid #AD35DC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 11.88%

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 38.79%
G = 11.88%
B = 49.33%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD35DC (or 0xAD35DC) is known color: Dark Orchid. HEX triplet: AD, 35 and DC. RGB value is (173,53,220). Sum of RGB (Red+Green+Blue) = 173+53+220=446 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.79% from 446); Green value is 53 (21.09% from 255 or 11.88% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD35DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD35DC is #52CA23. Grayscale: #6B6B6B. Windows color (decimal): -5425700 or 14431661. OLE color: 14431661.

HSL color Cylindrical-coordinate representation of color #AD35DC: hue angle of 283.11º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD35DC is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 53 220 -
CMYK 0.21 0.76 0 0.14
HSL 283.11º 0.7% 0.54% -
HSV(B) 283.11º 0.76% 0.86% -
XYZ 31.42 16.6 69.26 -
YUV 107.92 191.26 174.42 -
System Red Green Blue C M Y K H S L
Decimal 173 53 220 0.21 0.76 0 0.14 283.11 0.7 0.54
Hex AD 35 DC 15 4C 0 E 11B 46 36
Octal 255 65 334 25 114 0 16 433 106 66
Binary 10101101 110101 11011100 10101 1001100 0 1110 100011011 1000110 110110

Color Harmonies of #AD35DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD35DC

Black with #AD35DC

Text Example


Text Example

White with #AD35DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD35DC; }

 p { color: rgb(173,53,220); }

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

background-color css

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

 a { background-color: rgb(173,53,220); }

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

border-color css

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

 span { border-color: rgb(173,53,220); }

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