Html Css Color HEX #A421AE Dark Orchid

📋 copy color: '#A421AE'

red 164 ◦ green 33 ◦ blue 174

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

Shades of Dark Orchid #A421AE

Tints of Dark Orchid #A421AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.9%

R = 44.2%
G = 8.89%
B = 46.9%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A421AE (or 0xA421AE) is known color: Dark Orchid. HEX triplet: A4, 21 and AE. RGB value is (164,33,174). Sum of RGB (Red+Green+Blue) = 164+33+174=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #A421AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A421AE is #5BDE51. Grayscale: #575757. Windows color (decimal): -6020690 or 11411876. OLE color: 11411876.

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

Color convert

RGB 164 33 174 -
CMYK 0.06 0.81 0 0.32
HSL 295.74º 0.68% 0.41% -
HSV(B) 295.74º 0.81% 0.68% -
XYZ 23.49 12.04 41.13 -
YUV 88.24 176.4 182.04 -
System Red Green Blue C M Y K H S L
Decimal 164 33 174 0.06 0.81 0 0.32 295.74 0.68 0.41
Hex A4 21 AE 6 51 0 20 128 44 29
Octal 244 41 256 6 121 0 40 450 104 51
Binary 10100100 100001 10101110 110 1010001 0 100000 100101000 1000100 101001

Color Harmonies of #A421AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A421AE

Black with #A421AE

Text Example


Text Example

White with #A421AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A421AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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