Html Css Color HEX #A32AAD Dark Orchid

📋 copy color: '#A32AAD'

red 163 ◦ green 42 ◦ blue 173

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

Shades of Dark Orchid #A32AAD

Tints of Dark Orchid #A32AAD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.11%

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

R = 43.12%
G = 11.11%
B = 45.77%

CMYK

 C value IS 0.06

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A32AAD (or 0xA32AAD) is known color: Dark Orchid. HEX triplet: A3, 2A and AD. RGB value is (163,42,173). Sum of RGB (Red+Green+Blue) = 163+42+173=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 173 (67.97% from 255 or 45.77% from 378); Max value from RGB is 173 - color contains mainly: blue. Hex color #A32AAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32AAD is #5CD552. Grayscale: #5C5C5C. Windows color (decimal): -6083923 or 11348643. OLE color: 11348643.

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

Color convert

RGB 163 42 173 -
CMYK 0.06 0.76 0 0.32
HSL 295.42º 0.61% 0.42% -
HSV(B) 295.42º 0.76% 0.68% -
XYZ 23.48 12.46 40.7 -
YUV 93.11 173.09 177.85 -
System Red Green Blue C M Y K H S L
Decimal 163 42 173 0.06 0.76 0 0.32 295.42 0.61 0.42
Hex A3 2A AD 6 4C 0 20 127 3D 2A
Octal 243 52 255 6 114 0 40 447 75 52
Binary 10100011 101010 10101101 110 1001100 0 100000 100100111 111101 101010

Color Harmonies of #A32AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32AAD

Black with #A32AAD

Text Example


Text Example

White with #A32AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32AAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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