Html Css Color HEX #A921AD Dark Orchid

📋 copy color: '#A921AD'

red 169 ◦ green 33 ◦ blue 173

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

Shades of Dark Orchid #A921AD

Tints of Dark Orchid #A921AD

RGB

 RED value IS 169 (66.41% from 255) = 45.07%

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

 BLUE value IS 173 (67.97% from 255) = 46.13%

R = 45.07%
G = 8.8%
B = 46.13%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A921AD (or 0xA921AD) is known color: Dark Orchid. HEX triplet: A9, 21 and AD. RGB value is (169,33,173). Sum of RGB (Red+Green+Blue) = 169+33+173=375 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.07% from 375); Green value is 33 (13.28% from 255 or 8.8% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 173 - color contains mainly: blue. Hex color #A921AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A921AD is #56DE52. Grayscale: #595959. Windows color (decimal): -5693011 or 11346345. OLE color: 11346345.

HSL color Cylindrical-coordinate representation of color #A921AD: hue angle of 298.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A921AD is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 169 33 173 -
CMYK 0.02 0.81 0 0.32
HSL 298.29º 0.68% 0.4% -
HSV(B) 298.29º 0.81% 0.68% -
XYZ 24.45 12.54 40.67 -
YUV 89.62 175.06 184.62 -
System Red Green Blue C M Y K H S L
Decimal 169 33 173 0.02 0.81 0 0.32 298.29 0.68 0.4
Hex A9 21 AD 2 51 0 20 12A 44 28
Octal 251 41 255 2 121 0 40 452 104 50
Binary 10101001 100001 10101101 10 1010001 0 100000 100101010 1000100 101000

Color Harmonies of #A921AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A921AD

Black with #A921AD

Text Example


Text Example

White with #A921AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A921AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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