Html Css Color HEX #AD2DBE Dark Orchid

📋 copy color: '#AD2DBE'

red 173 ◦ green 45 ◦ blue 190

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

Shades of Dark Orchid #AD2DBE

Tints of Dark Orchid #AD2DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.57%

R = 42.4%
G = 11.03%
B = 46.57%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD2DBE (or 0xAD2DBE) is known color: Dark Orchid. HEX triplet: AD, 2D and BE. RGB value is (173,45,190). Sum of RGB (Red+Green+Blue) = 173+45+190=408 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.40% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD2DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DBE is #52D241. Grayscale: #636363. Windows color (decimal): -5427778 or 12463533. OLE color: 12463533.

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

Color convert

RGB 173 45 190 -
CMYK 0.09 0.76 0 0.25
HSL 292.97º 0.62% 0.46% -
HSV(B) 292.97º 0.76% 0.75% -
XYZ 27.47 14.48 50.06 -
YUV 99.8 178.91 180.21 -
System Red Green Blue C M Y K H S L
Decimal 173 45 190 0.09 0.76 0 0.25 292.97 0.62 0.46
Hex AD 2D BE 9 4C 0 19 125 3E 2E
Octal 255 55 276 11 114 0 31 445 76 56
Binary 10101101 101101 10111110 1001 1001100 0 11001 100100101 111110 101110

Color Harmonies of #AD2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DBE

Black with #AD2DBE

Text Example


Text Example

White with #AD2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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