Html Css Color HEX #A522AC Dark Orchid

📋 copy color: '#A522AC'

red 165 ◦ green 34 ◦ blue 172

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

Shades of Dark Orchid #A522AC

Tints of Dark Orchid #A522AC

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.16%

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

R = 44.47%
G = 9.16%
B = 46.36%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A522AC (or 0xA522AC) is known color: Dark Orchid. HEX triplet: A5, 22 and AC. RGB value is (165,34,172). Sum of RGB (Red+Green+Blue) = 165+34+172=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 34 (13.67% from 255 or 9.16% 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 #A522AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A522AC is #5ADD53. Grayscale: #585858. Windows color (decimal): -5954900 or 11281061. OLE color: 11281061.

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

Color convert

RGB 165 34 172 -
CMYK 0.04 0.80 0 0.33
HSL 296.96º 0.67% 0.4% -
HSV(B) 296.96º 0.8% 0.67% -
XYZ 23.54 12.12 40.13 -
YUV 88.9 174.9 182.28 -
System Red Green Blue C M Y K H S L
Decimal 165 34 172 0.04 0.80 0 0.33 296.96 0.67 0.4
Hex A5 22 AC 4 50 0 21 129 43 28
Octal 245 42 254 4 120 0 41 451 103 50
Binary 10100101 100010 10101100 100 1010000 0 100001 100101001 1000011 101000

Color Harmonies of #A522AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A522AC

Black with #A522AC

Text Example


Text Example

White with #A522AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A522AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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