Html Css Color HEX #AD2EBF Dark Orchid

📋 copy color: '#AD2EBF'

red 173 ◦ green 46 ◦ blue 191

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

Shades of Dark Orchid #AD2EBF

Tints of Dark Orchid #AD2EBF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11.22%

 BLUE value IS 191 (75% from 255) = 46.59%

R = 42.2%
G = 11.22%
B = 46.59%

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

#AD2EBF (or 0xAD2EBF) is known color: Dark Orchid. HEX triplet: AD, 2E and BF. RGB value is (173,46,191). Sum of RGB (Red+Green+Blue) = 173+46+191=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 46 (18.36% from 255 or 11.22% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD2EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2EBF is #52D140. Grayscale: #646464. Windows color (decimal): -5427521 or 12529325. OLE color: 12529325.

HSL color Cylindrical-coordinate representation of color #AD2EBF: hue angle of 292.55º degrees, saturation: 0.61, 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 #AD2EBF is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 46 191 -
CMYK 0.09 0.76 0 0.25
HSL 292.55º 0.61% 0.46% -
HSV(B) 292.55º 0.76% 0.75% -
XYZ 27.61 14.6 50.65 -
YUV 100.5 179.08 179.71 -
System Red Green Blue C M Y K H S L
Decimal 173 46 191 0.09 0.76 0 0.25 292.55 0.61 0.46
Hex AD 2E BF 9 4C 0 19 125 3D 2E
Octal 255 56 277 11 114 0 31 445 75 56
Binary 10101101 101110 10111111 1001 1001100 0 11001 100100101 111101 101110

Color Harmonies of #AD2EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2EBF

Black with #AD2EBF

Text Example


Text Example

White with #AD2EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2EBF; }

 p { color: rgb(173,46,191); }

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

background-color css

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

 a { background-color: rgb(173,46,191); }

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

border-color css

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

 span { border-color: rgb(173,46,191); }

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