Html Css Color HEX #AD3DBD Dark Orchid

📋 copy color: '#AD3DBD'

red 173 ◦ green 61 ◦ blue 189

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

Shades of Dark Orchid #AD3DBD

Tints of Dark Orchid #AD3DBD

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.42%

 BLUE value IS 189 (74.22% from 255) = 44.68%

R = 40.9%
G = 14.42%
B = 44.68%

CMYK

 C value IS 0.08

 M value IS 0.68

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD3DBD (or 0xAD3DBD) is known color: Dark Orchid. HEX triplet: AD, 3D and BD. RGB value is (173,61,189). Sum of RGB (Red+Green+Blue) = 173+61+189=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD3DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD3DBD is #52C242. Grayscale: #6C6C6C. Windows color (decimal): -5423683 or 12402093. OLE color: 12402093.

HSL color Cylindrical-coordinate representation of color #AD3DBD: hue angle of 292.5º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AD3DBD is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 61 189 -
CMYK 0.08 0.68 0 0.26
HSL 292.5º 0.51% 0.49% -
HSV(B) 292.5º 0.68% 0.74% -
XYZ 28.09 15.9 49.73 -
YUV 109.08 173.11 173.59 -
System Red Green Blue C M Y K H S L
Decimal 173 61 189 0.08 0.68 0 0.26 292.5 0.51 0.49
Hex AD 3D BD 8 44 0 1A 124 33 31
Octal 255 75 275 10 104 0 32 444 63 61
Binary 10101101 111101 10111101 1000 1000100 0 11010 100100100 110011 110001

Color Harmonies of #AD3DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3DBD

Black with #AD3DBD

Text Example


Text Example

White with #AD3DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3DBD; }

 p { color: rgb(173,61,189); }

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

background-color css

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

 a { background-color: rgb(173,61,189); }

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

border-color css

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

 span { border-color: rgb(173,61,189); }

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