Html Css Color HEX #A621AA Dark Orchid

📋 copy color: '#A621AA'

red 166 ◦ green 33 ◦ blue 170

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

Shades of Dark Orchid #A621AA

Tints of Dark Orchid #A621AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.07%

R = 44.99%
G = 8.94%
B = 46.07%

CMYK

 C value IS 0.02

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A621AA (or 0xA621AA) is known color: Dark Orchid. HEX triplet: A6, 21 and AA. RGB value is (166,33,170). Sum of RGB (Red+Green+Blue) = 166+33+170=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 33 (13.28% from 255 or 8.94% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #A621AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A621AA is #59DE55. Grayscale: #575757. Windows color (decimal): -5889622 or 11149734. OLE color: 11149734.

HSL color Cylindrical-coordinate representation of color #A621AA: hue angle of 298.25º degrees, saturation: 0.67, 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 #A621AA is Cyan = 0.02, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 33 170 -
CMYK 0.02 0.81 0 0.33
HSL 298.25º 0.67% 0.4% -
HSV(B) 298.25º 0.81% 0.67% -
XYZ 23.53 12.1 39.13 -
YUV 88.39 174.06 183.36 -
System Red Green Blue C M Y K H S L
Decimal 166 33 170 0.02 0.81 0 0.33 298.25 0.67 0.4
Hex A6 21 AA 2 51 0 21 12A 43 28
Octal 246 41 252 2 121 0 41 452 103 50
Binary 10100110 100001 10101010 10 1010001 0 100001 100101010 1000011 101000

Color Harmonies of #A621AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A621AA

Black with #A621AA

Text Example


Text Example

White with #A621AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A621AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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