Html Css Color HEX #A421AF Dark Orchid

📋 copy color: '#A421AF'

red 164 ◦ green 33 ◦ blue 175

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

Shades of Dark Orchid #A421AF

Tints of Dark Orchid #A421AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.04%

R = 44.09%
G = 8.87%
B = 47.04%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A421AF (or 0xA421AF) is known color: Dark Orchid. HEX triplet: A4, 21 and AF. RGB value is (164,33,175). Sum of RGB (Red+Green+Blue) = 164+33+175=372 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.09% from 372); Green value is 33 (13.28% from 255 or 8.87% from 372); Blue value is 175 (68.75% from 255 or 47.04% from 372); Max value from RGB is 175 - color contains mainly: blue. Hex color #A421AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A421AF is #5BDE50. Grayscale: #575757. Windows color (decimal): -6020689 or 11477412. OLE color: 11477412.

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

Color convert

RGB 164 33 175 -
CMYK 0.06 0.81 0 0.31
HSL 295.35º 0.68% 0.41% -
HSV(B) 295.35º 0.81% 0.69% -
XYZ 23.59 12.08 41.64 -
YUV 88.36 176.9 181.95 -
System Red Green Blue C M Y K H S L
Decimal 164 33 175 0.06 0.81 0 0.31 295.35 0.68 0.41
Hex A4 21 AF 6 51 0 1F 127 44 29
Octal 244 41 257 6 121 0 37 447 104 51
Binary 10100100 100001 10101111 110 1010001 0 11111 100100111 1000100 101001

Color Harmonies of #A421AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A421AF

Black with #A421AF

Text Example


Text Example

White with #A421AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A421AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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