Html Css Color HEX #AD22BF Dark Orchid

📋 copy color: '#AD22BF'

red 173 ◦ green 34 ◦ blue 191

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

Shades of Dark Orchid #AD22BF

Tints of Dark Orchid #AD22BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.99%

R = 43.47%
G = 8.54%
B = 47.99%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AD22BF (or 0xAD22BF) is known color: Dark Orchid. HEX triplet: AD, 22 and BF. RGB value is (173,34,191). Sum of RGB (Red+Green+Blue) = 173+34+191=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 34 (13.67% from 255 or 8.54% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD22BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD22BF is #52DD40. Grayscale: #5C5C5C. Windows color (decimal): -5430593 or 12526253. OLE color: 12526253.

HSL color Cylindrical-coordinate representation of color #AD22BF: hue angle of 293.12º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD22BF is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 34 191 -
CMYK 0.09 0.82 0 0.25
HSL 293.12º 0.7% 0.44% -
HSV(B) 293.12º 0.82% 0.75% -
XYZ 27.21 13.79 50.52 -
YUV 93.46 183.05 184.73 -
System Red Green Blue C M Y K H S L
Decimal 173 34 191 0.09 0.82 0 0.25 293.12 0.7 0.44
Hex AD 22 BF 9 52 0 19 125 46 2C
Octal 255 42 277 11 122 0 31 445 106 54
Binary 10101101 100010 10111111 1001 1010010 0 11001 100100101 1000110 101100

Color Harmonies of #AD22BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD22BF

Black with #AD22BF

Text Example


Text Example

White with #AD22BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD22BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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