Html Css Color HEX #A620AA Dark Orchid

📋 copy color: '#A620AA'

red 166 ◦ green 32 ◦ blue 170

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

Shades of Dark Orchid #A620AA

Tints of Dark Orchid #A620AA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.7%

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

R = 45.11%
G = 8.7%
B = 46.2%

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

#A620AA (or 0xA620AA) is known color: Dark Orchid. HEX triplet: A6, 20 and AA. RGB value is (166,32,170). Sum of RGB (Red+Green+Blue) = 166+32+170=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 170 (66.80% from 255 or 46.20% from 368); Max value from RGB is 170 - color contains mainly: blue. Hex color #A620AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A620AA is #59DF55. Grayscale: #575757. Windows color (decimal): -5889878 or 11149478. OLE color: 11149478.

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

Color convert

RGB 166 32 170 -
CMYK 0.02 0.81 0 0.33
HSL 298.26º 0.68% 0.4% -
HSV(B) 298.26º 0.81% 0.67% -
XYZ 23.5 12.04 39.12 -
YUV 87.8 174.39 183.78 -
System Red Green Blue C M Y K H S L
Decimal 166 32 170 0.02 0.81 0 0.33 298.26 0.68 0.4
Hex A6 20 AA 2 51 0 21 12A 44 28
Octal 246 40 252 2 121 0 41 452 104 50
Binary 10100110 100000 10101010 10 1010001 0 100001 100101010 1000100 101000

Color Harmonies of #A620AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A620AA

Black with #A620AA

Text Example


Text Example

White with #A620AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A620AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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