Html Css Color HEX #A320AD Dark Orchid

📋 copy color: '#A320AD'

red 163 ◦ green 32 ◦ blue 173

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

Shades of Dark Orchid #A320AD

Tints of Dark Orchid #A320AD

RGB

 RED value IS 163 (64.06% from 255) = 44.29%

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

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

R = 44.29%
G = 8.7%
B = 47.01%

CMYK

 C value IS 0.06

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A320AD (or 0xA320AD) is known color: Dark Orchid. HEX triplet: A3, 20 and AD. RGB value is (163,32,173). Sum of RGB (Red+Green+Blue) = 163+32+173=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 32 (12.89% from 255 or 8.70% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #A320AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A320AD is #5CDF52. Grayscale: #565656. Windows color (decimal): -6086483 or 11346083. OLE color: 11346083.

HSL color Cylindrical-coordinate representation of color #A320AD: hue angle of 295.74º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A320AD is Cyan = 0.06, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 163 32 173 -
CMYK 0.06 0.82 0 0.32
HSL 295.74º 0.69% 0.4% -
HSV(B) 295.74º 0.82% 0.68% -
XYZ 23.16 11.84 40.6 -
YUV 87.24 176.4 182.04 -
System Red Green Blue C M Y K H S L
Decimal 163 32 173 0.06 0.82 0 0.32 295.74 0.69 0.4
Hex A3 20 AD 6 52 0 20 128 45 28
Octal 243 40 255 6 122 0 40 450 105 50
Binary 10100011 100000 10101101 110 1010010 0 100000 100101000 1000101 101000

Color Harmonies of #A320AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A320AD

Black with #A320AD

Text Example


Text Example

White with #A320AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A320AD; }

 p { color: rgb(163,32,173); }

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

background-color css

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

 a { background-color: rgb(163,32,173); }

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

border-color css

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

 span { border-color: rgb(163,32,173); }

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