Html Css Color HEX #AD2DBD Dark Orchid

📋 copy color: '#AD2DBD'

red 173 ◦ green 45 ◦ blue 189

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

Shades of Dark Orchid #AD2DBD

Tints of Dark Orchid #AD2DBD

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.06%

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

R = 42.51%
G = 11.06%
B = 46.44%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AD2DBD (or 0xAD2DBD) is known color: Dark Orchid. HEX triplet: AD, 2D and BD. RGB value is (173,45,189). Sum of RGB (Red+Green+Blue) = 173+45+189=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD2DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DBD is #52D242. Grayscale: #636363. Windows color (decimal): -5427779 or 12397997. OLE color: 12397997.

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

Color convert

RGB 173 45 189 -
CMYK 0.08 0.76 0 0.26
HSL 293.33º 0.62% 0.46% -
HSV(B) 293.33º 0.76% 0.74% -
XYZ 27.36 14.44 49.49 -
YUV 99.69 178.41 180.29 -
System Red Green Blue C M Y K H S L
Decimal 173 45 189 0.08 0.76 0 0.26 293.33 0.62 0.46
Hex AD 2D BD 8 4C 0 1A 125 3E 2E
Octal 255 55 275 10 114 0 32 445 76 56
Binary 10101101 101101 10111101 1000 1001100 0 11010 100100101 111110 101110

Color Harmonies of #AD2DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DBD

Black with #AD2DBD

Text Example


Text Example

White with #AD2DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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