Html Css Color HEX #AD27AA Dark Orchid

📋 copy color: '#AD27AA'

red 173 ◦ green 39 ◦ blue 170

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

Shades of Dark Orchid #AD27AA

Tints of Dark Orchid #AD27AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 10.21%

 BLUE value IS 170 (66.8% from 255) = 44.5%

R = 45.29%
G = 10.21%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.02

 K value IS 0.32

RGB Variations

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

Color information

#AD27AA (or 0xAD27AA) is known color: Dark Orchid. HEX triplet: AD, 27 and AA. RGB value is (173,39,170). Sum of RGB (Red+Green+Blue) = 173+39+170=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 39 (15.62% from 255 or 10.21% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 173 - color contains mainly: red. Hex color #AD27AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD27AA is #52D855. Grayscale: #5D5D5D. Windows color (decimal): -5429334 or 11151277. OLE color: 11151277.

HSL color Cylindrical-coordinate representation of color #AD27AA: hue angle of 301.34º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD27AA is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 39 170 -
CMYK 0 0.77 0.02 0.32
HSL 301.34º 0.63% 0.42% -
HSV(B) 301.34º 0.77% 0.68% -
XYZ 25.21 13.24 39.26 -
YUV 94 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 173 39 170 0 0.77 0.02 0.32 301.34 0.63 0.42
Hex AD 27 AA 0 4D 2 20 12D 3F 2A
Octal 255 47 252 0 115 2 40 455 77 52
Binary 10101101 100111 10101010 0 1001101 10 100000 100101101 111111 101010

Color Harmonies of #AD27AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD27AA

Black with #AD27AA

Text Example


Text Example

White with #AD27AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD27AA; }

 p { color: rgb(173,39,170); }

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

background-color css

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

 a { background-color: rgb(173,39,170); }

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

border-color css

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

 span { border-color: rgb(173,39,170); }

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