Html Css Color HEX #A421AD Dark Orchid

📋 copy color: '#A421AD'

red 164 ◦ green 33 ◦ blue 173

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

Shades of Dark Orchid #A421AD

Tints of Dark Orchid #A421AD

RGB

 RED value IS 164 (64.45% from 255) = 44.32%

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

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

R = 44.32%
G = 8.92%
B = 46.76%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A421AD (or 0xA421AD) is known color: Dark Orchid. HEX triplet: A4, 21 and AD. RGB value is (164,33,173). Sum of RGB (Red+Green+Blue) = 164+33+173=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #A421AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A421AD is #5BDE52. Grayscale: #575757. Windows color (decimal): -6020691 or 11346340. OLE color: 11346340.

HSL color Cylindrical-coordinate representation of color #A421AD: hue angle of 296.14º 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 #A421AD is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 164 33 173 -
CMYK 0.05 0.81 0 0.32
HSL 296.14º 0.68% 0.4% -
HSV(B) 296.14º 0.81% 0.68% -
XYZ 23.4 12 40.62 -
YUV 88.13 175.9 182.12 -
System Red Green Blue C M Y K H S L
Decimal 164 33 173 0.05 0.81 0 0.32 296.14 0.68 0.4
Hex A4 21 AD 5 51 0 20 128 44 28
Octal 244 41 255 5 121 0 40 450 104 50
Binary 10100100 100001 10101101 101 1010001 0 100000 100101000 1000100 101000

Color Harmonies of #A421AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A421AD

Black with #A421AD

Text Example


Text Example

White with #A421AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A421AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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