Html Css Color HEX #AD2DB9 Dark Orchid

📋 copy color: '#AD2DB9'

red 173 ◦ green 45 ◦ blue 185

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

Shades of Dark Orchid #AD2DB9

Tints of Dark Orchid #AD2DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 45.91%

R = 42.93%
G = 11.17%
B = 45.91%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD2DB9 (or 0xAD2DB9) is known color: Dark Orchid. HEX triplet: AD, 2D and B9. RGB value is (173,45,185). Sum of RGB (Red+Green+Blue) = 173+45+185=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 185 (72.66% from 255 or 45.91% from 403); Max value from RGB is 185 - color contains mainly: blue. Hex color #AD2DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DB9 is #52D246. Grayscale: #626262. Windows color (decimal): -5427783 or 12135853. OLE color: 12135853.

HSL color Cylindrical-coordinate representation of color #AD2DB9: hue angle of 294.86º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AD2DB9 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 45 185 -
CMYK 0.06 0.76 0 0.27
HSL 294.86º 0.61% 0.45% -
HSV(B) 294.86º 0.76% 0.73% -
XYZ 26.93 14.26 47.23 -
YUV 99.23 176.41 180.62 -
System Red Green Blue C M Y K H S L
Decimal 173 45 185 0.06 0.76 0 0.27 294.86 0.61 0.45
Hex AD 2D B9 6 4C 0 1B 127 3D 2D
Octal 255 55 271 6 114 0 33 447 75 55
Binary 10101101 101101 10111001 110 1001100 0 11011 100100111 111101 101101

Color Harmonies of #AD2DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DB9

Black with #AD2DB9

Text Example


Text Example

White with #AD2DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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