Html Css Color HEX #AD22BE Dark Orchid

📋 copy color: '#AD22BE'

red 173 ◦ green 34 ◦ blue 190

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

Shades of Dark Orchid #AD22BE

Tints of Dark Orchid #AD22BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.86%

R = 43.58%
G = 8.56%
B = 47.86%

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

#AD22BE (or 0xAD22BE) is known color: Dark Orchid. HEX triplet: AD, 22 and BE. RGB value is (173,34,190). Sum of RGB (Red+Green+Blue) = 173+34+190=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 34 (13.67% from 255 or 8.56% from 397); Blue value is 190 (74.61% from 255 or 47.86% from 397); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD22BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD22BE is #52DD41. Grayscale: #5C5C5C. Windows color (decimal): -5430594 or 12460717. OLE color: 12460717.

HSL color Cylindrical-coordinate representation of color #AD22BE: hue angle of 293.46º 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 #AD22BE is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 34 190 -
CMYK 0.09 0.82 0 0.25
HSL 293.46º 0.7% 0.44% -
HSV(B) 293.46º 0.82% 0.75% -
XYZ 27.1 13.75 49.94 -
YUV 93.35 182.55 184.82 -
System Red Green Blue C M Y K H S L
Decimal 173 34 190 0.09 0.82 0 0.25 293.46 0.7 0.44
Hex AD 22 BE 9 52 0 19 125 46 2C
Octal 255 42 276 11 122 0 31 445 106 54
Binary 10101101 100010 10111110 1001 1010010 0 11001 100100101 1000110 101100

Color Harmonies of #AD22BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD22BE

Black with #AD22BE

Text Example


Text Example

White with #AD22BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD22BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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