Html Css Color HEX #A621AC Dark Orchid

📋 copy color: '#A621AC'

red 166 ◦ green 33 ◦ blue 172

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

Shades of Dark Orchid #A621AC

Tints of Dark Orchid #A621AC

RGB

 RED value IS 166 (65.23% from 255) = 44.74%

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

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

R = 44.74%
G = 8.89%
B = 46.36%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A621AC (or 0xA621AC) is known color: Dark Orchid. HEX triplet: A6, 21 and AC. RGB value is (166,33,172). Sum of RGB (Red+Green+Blue) = 166+33+172=371 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.74% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: blue. Hex color #A621AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A621AC is #59DE53. Grayscale: #585858. Windows color (decimal): -5889620 or 11280806. OLE color: 11280806.

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

Color convert

RGB 166 33 172 -
CMYK 0.03 0.81 0 0.33
HSL 297.41º 0.68% 0.4% -
HSV(B) 297.41º 0.81% 0.67% -
XYZ 23.72 12.17 40.13 -
YUV 88.61 175.06 183.2 -
System Red Green Blue C M Y K H S L
Decimal 166 33 172 0.03 0.81 0 0.33 297.41 0.68 0.4
Hex A6 21 AC 3 51 0 21 129 44 28
Octal 246 41 254 3 121 0 41 451 104 50
Binary 10100110 100001 10101100 11 1010001 0 100001 100101001 1000100 101000

Color Harmonies of #A621AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A621AC

Black with #A621AC

Text Example


Text Example

White with #A621AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A621AC; }

 p { color: rgb(166,33,172); }

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

background-color css

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

 a { background-color: rgb(166,33,172); }

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

border-color css

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

 span { border-color: rgb(166,33,172); }

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