Html Css Color HEX #AD27AF Dark Orchid

📋 copy color: '#AD27AF'

red 173 ◦ green 39 ◦ blue 175

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

Shades of Dark Orchid #AD27AF

Tints of Dark Orchid #AD27AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 45.22%

R = 44.7%
G = 10.08%
B = 45.22%

CMYK

 C value IS 0.01

 M value IS 0.78

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD27AF (or 0xAD27AF) is known color: Dark Orchid. HEX triplet: AD, 27 and AF. RGB value is (173,39,175). Sum of RGB (Red+Green+Blue) = 173+39+175=387 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.70% from 387); Green value is 39 (15.62% from 255 or 10.08% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD27AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD27AF is #52D850. Grayscale: #5E5E5E. Windows color (decimal): -5429329 or 11478957. OLE color: 11478957.

HSL color Cylindrical-coordinate representation of color #AD27AF: hue angle of 299.12º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AD27AF is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 173 39 175 -
CMYK 0.01 0.78 0 0.31
HSL 299.12º 0.64% 0.42% -
HSV(B) 299.12º 0.78% 0.69% -
XYZ 25.7 13.43 41.8 -
YUV 94.57 173.39 183.94 -
System Red Green Blue C M Y K H S L
Decimal 173 39 175 0.01 0.78 0 0.31 299.12 0.64 0.42
Hex AD 27 AF 1 4E 0 1F 12B 40 2A
Octal 255 47 257 1 116 0 37 453 100 52
Binary 10101101 100111 10101111 1 1001110 0 11111 100101011 1000000 101010

Color Harmonies of #AD27AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD27AF

Black with #AD27AF

Text Example


Text Example

White with #AD27AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD27AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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