Html Css Color HEX #A520AC Dark Orchid

📋 copy color: '#A520AC'

red 165 ◦ green 32 ◦ blue 172

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

Shades of Dark Orchid #A520AC

Tints of Dark Orchid #A520AC

RGB

 RED value IS 165 (64.84% from 255) = 44.72%

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

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

R = 44.72%
G = 8.67%
B = 46.61%

CMYK

 C value IS 0.04

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A520AC (or 0xA520AC) is known color: Dark Orchid. HEX triplet: A5, 20 and AC. RGB value is (165,32,172). Sum of RGB (Red+Green+Blue) = 165+32+172=369 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.72% from 369); Green value is 32 (12.89% from 255 or 8.67% from 369); Blue value is 172 (67.58% from 255 or 46.61% from 369); Max value from RGB is 172 - color contains mainly: blue. Hex color #A520AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A520AC is #5ADF53. Grayscale: #575757. Windows color (decimal): -5955412 or 11280549. OLE color: 11280549.

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

Color convert

RGB 165 32 172 -
CMYK 0.04 0.81 0 0.33
HSL 297º 0.69% 0.4% -
HSV(B) 297º 0.81% 0.67% -
XYZ 23.48 12.01 40.11 -
YUV 87.73 175.56 183.12 -
System Red Green Blue C M Y K H S L
Decimal 165 32 172 0.04 0.81 0 0.33 297 0.69 0.4
Hex A5 20 AC 4 51 0 21 129 45 28
Octal 245 40 254 4 121 0 41 451 105 50
Binary 10100101 100000 10101100 100 1010001 0 100001 100101001 1000101 101000

Color Harmonies of #A520AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A520AC

Black with #A520AC

Text Example


Text Example

White with #A520AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A520AC; }

 p { color: rgb(165,32,172); }

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

background-color css

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

 a { background-color: rgb(165,32,172); }

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

border-color css

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

 span { border-color: rgb(165,32,172); }

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