Html Css Color HEX #A21FAC Dark Orchid

📋 copy color: '#A21FAC'

red 162 ◦ green 31 ◦ blue 172

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

Shades of Dark Orchid #A21FAC

Tints of Dark Orchid #A21FAC

RGB

 RED value IS 162 (63.67% from 255) = 44.38%

 GREEN value IS 31 (12.5% from 255) = 8.49%

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 44.38%
G = 8.49%
B = 47.12%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A21FAC (or 0xA21FAC) is known color: Dark Orchid. HEX triplet: A2, 1F and AC. RGB value is (162,31,172). Sum of RGB (Red+Green+Blue) = 162+31+172=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #A21FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A21FAC is #5DE053. Grayscale: #555555. Windows color (decimal): -6152276 or 11280290. OLE color: 11280290.

HSL color Cylindrical-coordinate representation of color #A21FAC: hue angle of 295.74º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A21FAC is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 31 172 -
CMYK 0.06 0.82 0 0.33
HSL 295.74º 0.69% 0.4% -
HSV(B) 295.74º 0.82% 0.67% -
XYZ 22.84 11.64 40.07 -
YUV 86.24 176.4 182.04 -
System Red Green Blue C M Y K H S L
Decimal 162 31 172 0.06 0.82 0 0.33 295.74 0.69 0.4
Hex A2 1F AC 6 52 0 21 128 45 28
Octal 242 37 254 6 122 0 41 450 105 50
Binary 10100010 11111 10101100 110 1010010 0 100001 100101000 1000101 101000

Color Harmonies of #A21FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21FAC

Black with #A21FAC

Text Example


Text Example

White with #A21FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21FAC; }

 p { color: rgb(162,31,172); }

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

background-color css

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

 a { background-color: rgb(162,31,172); }

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

border-color css

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

 span { border-color: rgb(162,31,172); }

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