Html Css Color HEX #A32FAD Dark Orchid

📋 copy color: '#A32FAD'

red 163 ◦ green 47 ◦ blue 173

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

Shades of Dark Orchid #A32FAD

Tints of Dark Orchid #A32FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.27%

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

R = 42.56%
G = 12.27%
B = 45.17%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A32FAD (or 0xA32FAD) is known color: Dark Orchid. HEX triplet: A3, 2F and AD. RGB value is (163,47,173). Sum of RGB (Red+Green+Blue) = 163+47+173=383 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.56% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #A32FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A32FAD is #5CD052. Grayscale: #5F5F5F. Windows color (decimal): -6082643 or 11349923. OLE color: 11349923.

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

Color convert

RGB 163 47 173 -
CMYK 0.06 0.73 0 0.32
HSL 295.24º 0.57% 0.43% -
HSV(B) 295.24º 0.73% 0.68% -
XYZ 23.66 12.84 40.77 -
YUV 96.05 171.43 175.75 -
System Red Green Blue C M Y K H S L
Decimal 163 47 173 0.06 0.73 0 0.32 295.24 0.57 0.43
Hex A3 2F AD 6 49 0 20 127 39 2B
Octal 243 57 255 6 111 0 40 447 71 53
Binary 10100011 101111 10101101 110 1001001 0 100000 100100111 111001 101011

Color Harmonies of #A32FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32FAD

Black with #A32FAD

Text Example


Text Example

White with #A32FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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