Html Css Color HEX #AD2EBA Dark Orchid

📋 copy color: '#AD2EBA'

red 173 ◦ green 46 ◦ blue 186

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

Shades of Dark Orchid #AD2EBA

Tints of Dark Orchid #AD2EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.93%

R = 42.72%
G = 11.36%
B = 45.93%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD2EBA (or 0xAD2EBA) is known color: Dark Orchid. HEX triplet: AD, 2E and BA. RGB value is (173,46,186). Sum of RGB (Red+Green+Blue) = 173+46+186=405 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.72% from 405); Green value is 46 (18.36% from 255 or 11.36% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD2EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2EBA is #52D145. Grayscale: #636363. Windows color (decimal): -5427526 or 12201645. OLE color: 12201645.

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

Color convert

RGB 173 46 186 -
CMYK 0.07 0.75 0 0.27
HSL 294.43º 0.6% 0.45% -
HSV(B) 294.43º 0.75% 0.73% -
XYZ 27.07 14.38 47.8 -
YUV 99.93 176.58 180.12 -
System Red Green Blue C M Y K H S L
Decimal 173 46 186 0.07 0.75 0 0.27 294.43 0.6 0.45
Hex AD 2E BA 7 4B 0 1B 126 3C 2D
Octal 255 56 272 7 113 0 33 446 74 55
Binary 10101101 101110 10111010 111 1001011 0 11011 100100110 111100 101101

Color Harmonies of #AD2EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2EBA

Black with #AD2EBA

Text Example


Text Example

White with #AD2EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2EBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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