Html Css Color HEX #AD2DB8 Dark Orchid

📋 copy color: '#AD2DB8'

red 173 ◦ green 45 ◦ blue 184

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

Shades of Dark Orchid #AD2DB8

Tints of Dark Orchid #AD2DB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 45.77%

R = 43.03%
G = 11.19%
B = 45.77%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AD2DB8 (or 0xAD2DB8) is known color: Dark Orchid. HEX triplet: AD, 2D and B8. RGB value is (173,45,184). Sum of RGB (Red+Green+Blue) = 173+45+184=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 184 (72.27% from 255 or 45.77% from 402); Max value from RGB is 184 - color contains mainly: blue. Hex color #AD2DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DB8 is #52D247. Grayscale: #626262. Windows color (decimal): -5427784 or 12070317. OLE color: 12070317.

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

Color convert

RGB 173 45 184 -
CMYK 0.06 0.76 0 0.28
HSL 295.25º 0.61% 0.45% -
HSV(B) 295.25º 0.76% 0.72% -
XYZ 26.82 14.22 46.68 -
YUV 99.12 175.91 180.7 -
System Red Green Blue C M Y K H S L
Decimal 173 45 184 0.06 0.76 0 0.28 295.25 0.61 0.45
Hex AD 2D B8 6 4C 0 1C 127 3D 2D
Octal 255 55 270 6 114 0 34 447 75 55
Binary 10101101 101101 10111000 110 1001100 0 11100 100100111 111101 101101

Color Harmonies of #AD2DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DB8

Black with #AD2DB8

Text Example


Text Example

White with #AD2DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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