Html Css Color HEX #AD3BCD Dark Orchid

📋 copy color: '#AD3BCD'

red 173 ◦ green 59 ◦ blue 205

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

Shades of Dark Orchid #AD3BCD

Tints of Dark Orchid #AD3BCD

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.5%

 BLUE value IS 205 (80.47% from 255) = 46.91%

R = 39.59%
G = 13.5%
B = 46.91%

CMYK

 C value IS 0.16

 M value IS 0.71

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD3BCD (or 0xAD3BCD) is known color: Dark Orchid. HEX triplet: AD, 3B and CD. RGB value is (173,59,205). Sum of RGB (Red+Green+Blue) = 173+59+205=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 59 (23.44% from 255 or 13.50% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD3BCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3BCD is #52C432. Grayscale: #6D6D6D. Windows color (decimal): -5424179 or 13450157. OLE color: 13450157.

HSL color Cylindrical-coordinate representation of color #AD3BCD: hue angle of 286.85º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3BCD is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 59 205 -
CMYK 0.16 0.71 0 0.20
HSL 286.85º 0.59% 0.52% -
HSV(B) 286.85º 0.71% 0.8% -
XYZ 29.82 16.42 59.36 -
YUV 109.73 181.77 173.13 -
System Red Green Blue C M Y K H S L
Decimal 173 59 205 0.16 0.71 0 0.20 286.85 0.59 0.52
Hex AD 3B CD 10 47 0 14 11F 3B 34
Octal 255 73 315 20 107 0 24 437 73 64
Binary 10101101 111011 11001101 10000 1000111 0 10100 100011111 111011 110100

Color Harmonies of #AD3BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3BCD

Black with #AD3BCD

Text Example


Text Example

White with #AD3BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3BCD; }

 p { color: rgb(173,59,205); }

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

background-color css

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

 a { background-color: rgb(173,59,205); }

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

border-color css

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

 span { border-color: rgb(173,59,205); }

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