Html Css Color HEX #A32ED1 Dark Orchid

📋 copy color: '#A32ED1'

red 163 ◦ green 46 ◦ blue 209

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

Shades of Dark Orchid #A32ED1

Tints of Dark Orchid #A32ED1

RGB

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

 GREEN value IS 46 (18.36% from 255) = 11%

 BLUE value IS 209 (82.03% from 255) = 50%

R = 39%
G = 11%
B = 50%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#A32ED1 (or 0xA32ED1) is known color: Dark Orchid. HEX triplet: A3, 2E and D1. RGB value is (163,46,209). Sum of RGB (Red+Green+Blue) = 163+46+209=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 209 (82.03% from 255 or 50% from 418); Max value from RGB is 209 - color contains mainly: blue. Hex color #A32ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ED1 is #5CD12E. Grayscale: #636363. Windows color (decimal): -6082863 or 13708963. OLE color: 13708963.

HSL color Cylindrical-coordinate representation of color #A32ED1: hue angle of 283.07º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A32ED1 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 46 209 -
CMYK 0.22 0.78 0 0.18
HSL 283.07º 0.64% 0.5% -
HSV(B) 283.07º 0.78% 0.82% -
XYZ 27.59 14.34 61.64 -
YUV 99.57 189.76 173.25 -
System Red Green Blue C M Y K H S L
Decimal 163 46 209 0.22 0.78 0 0.18 283.07 0.64 0.5
Hex A3 2E D1 16 4E 0 12 11B 40 32
Octal 243 56 321 26 116 0 22 433 100 62
Binary 10100011 101110 11010001 10110 1001110 0 10010 100011011 1000000 110010

Color Harmonies of #A32ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32ED1

Black with #A32ED1

Text Example


Text Example

White with #A32ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32ED1; }

 p { color: rgb(163,46,209); }

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

background-color css

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

 a { background-color: rgb(163,46,209); }

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

border-color css

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

 span { border-color: rgb(163,46,209); }

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