Html Css Color HEX #AD21BA Dark Orchid

📋 copy color: '#AD21BA'

red 173 ◦ green 33 ◦ blue 186

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

Shades of Dark Orchid #AD21BA

Tints of Dark Orchid #AD21BA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.42%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 44.13%
G = 8.42%
B = 47.45%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AD21BA (or 0xAD21BA) is known color: Dark Orchid. HEX triplet: AD, 21 and BA. RGB value is (173,33,186). Sum of RGB (Red+Green+Blue) = 173+33+186=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD21BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD21BA is #52DE45. Grayscale: #5B5B5B. Windows color (decimal): -5430854 or 12198317. OLE color: 12198317.

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

Color convert

RGB 173 33 186 -
CMYK 0.07 0.82 0 0.27
HSL 294.9º 0.7% 0.43% -
HSV(B) 294.9º 0.82% 0.73% -
XYZ 26.64 13.52 47.66 -
YUV 92.3 180.88 185.56 -
System Red Green Blue C M Y K H S L
Decimal 173 33 186 0.07 0.82 0 0.27 294.9 0.7 0.43
Hex AD 21 BA 7 52 0 1B 127 46 2B
Octal 255 41 272 7 122 0 33 447 106 53
Binary 10101101 100001 10111010 111 1010010 0 11011 100100111 1000110 101011

Color Harmonies of #AD21BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD21BA

Black with #AD21BA

Text Example


Text Example

White with #AD21BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD21BA; }

 p { color: rgb(173,33,186); }

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

background-color css

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

 a { background-color: rgb(173,33,186); }

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

border-color css

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

 span { border-color: rgb(173,33,186); }

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