Html Css Color HEX #AD22AF Dark Orchid

📋 copy color: '#AD22AF'

red 173 ◦ green 34 ◦ blue 175

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

Shades of Dark Orchid #AD22AF

Tints of Dark Orchid #AD22AF

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.9%

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

R = 45.29%
G = 8.9%
B = 45.81%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AD22AF (or 0xAD22AF) is known color: Dark Orchid. HEX triplet: AD, 22 and AF. RGB value is (173,34,175). Sum of RGB (Red+Green+Blue) = 173+34+175=382 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.29% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #AD22AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD22AF is #52DD50. Grayscale: #5B5B5B. Windows color (decimal): -5430609 or 11477677. OLE color: 11477677.

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

Color convert

RGB 173 34 175 -
CMYK 0.01 0.81 0 0.31
HSL 299.15º 0.67% 0.41% -
HSV(B) 299.15º 0.81% 0.69% -
XYZ 25.54 13.12 41.74 -
YUV 91.64 175.05 186.04 -
System Red Green Blue C M Y K H S L
Decimal 173 34 175 0.01 0.81 0 0.31 299.15 0.67 0.41
Hex AD 22 AF 1 51 0 1F 12B 43 29
Octal 255 42 257 1 121 0 37 453 103 51
Binary 10101101 100010 10101111 1 1010001 0 11111 100101011 1000011 101001

Color Harmonies of #AD22AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD22AF

Black with #AD22AF

Text Example


Text Example

White with #AD22AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD22AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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