Html Css Color HEX #A522AD Dark Orchid

📋 copy color: '#A522AD'

red 165 ◦ green 34 ◦ blue 173

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

Shades of Dark Orchid #A522AD

Tints of Dark Orchid #A522AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 46.51%

R = 44.35%
G = 9.14%
B = 46.51%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A522AD (or 0xA522AD) is known color: Dark Orchid. HEX triplet: A5, 22 and AD. RGB value is (165,34,173). Sum of RGB (Red+Green+Blue) = 165+34+173=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #A522AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A522AD is #5ADD52. Grayscale: #585858. Windows color (decimal): -5954899 or 11346597. OLE color: 11346597.

HSL color Cylindrical-coordinate representation of color #A522AD: hue angle of 296.55º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A522AD is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 165 34 173 -
CMYK 0.05 0.80 0 0.32
HSL 296.55º 0.67% 0.41% -
HSV(B) 296.55º 0.8% 0.68% -
XYZ 23.63 12.16 40.64 -
YUV 89.02 175.4 182.2 -
System Red Green Blue C M Y K H S L
Decimal 165 34 173 0.05 0.80 0 0.32 296.55 0.67 0.41
Hex A5 22 AD 5 50 0 20 129 43 29
Octal 245 42 255 5 120 0 40 451 103 51
Binary 10100101 100010 10101101 101 1010000 0 100000 100101001 1000011 101001

Color Harmonies of #A522AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A522AD

Black with #A522AD

Text Example


Text Example

White with #A522AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A522AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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