Html Css Color HEX #AD27BB Dark Orchid

📋 copy color: '#AD27BB'

red 173 ◦ green 39 ◦ blue 187

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

Shades of Dark Orchid #AD27BB

Tints of Dark Orchid #AD27BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.87%

R = 43.36%
G = 9.77%
B = 46.87%

CMYK

 C value IS 0.07

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD27BB (or 0xAD27BB) is known color: Dark Orchid. HEX triplet: AD, 27 and BB. RGB value is (173,39,187). Sum of RGB (Red+Green+Blue) = 173+39+187=399 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.36% from 399); Green value is 39 (15.62% from 255 or 9.77% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD27BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD27BB is #52D844. Grayscale: #5F5F5F. Windows color (decimal): -5429317 or 12265389. OLE color: 12265389.

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

Color convert

RGB 173 39 187 -
CMYK 0.07 0.79 0 0.27
HSL 294.32º 0.65% 0.44% -
HSV(B) 294.32º 0.79% 0.73% -
XYZ 26.93 13.92 48.28 -
YUV 95.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 173 39 187 0.07 0.79 0 0.27 294.32 0.65 0.44
Hex AD 27 BB 7 4F 0 1B 126 41 2C
Octal 255 47 273 7 117 0 33 446 101 54
Binary 10101101 100111 10111011 111 1001111 0 11011 100100110 1000001 101100

Color Harmonies of #AD27BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD27BB

Black with #AD27BB

Text Example


Text Example

White with #AD27BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD27BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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