Html Css Color HEX #A32ED2 Dark Orchid

📋 copy color: '#A32ED2'

red 163 ◦ green 46 ◦ blue 210

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

Shades of Dark Orchid #A32ED2

Tints of Dark Orchid #A32ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 50.12%

R = 38.9%
G = 10.98%
B = 50.12%

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

#A32ED2 (or 0xA32ED2) is known color: Dark Orchid. HEX triplet: A3, 2E and D2. RGB value is (163,46,210). Sum of RGB (Red+Green+Blue) = 163+46+210=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 46 (18.36% from 255 or 10.98% from 419); Blue value is 210 (82.42% from 255 or 50.12% from 419); Max value from RGB is 210 - color contains mainly: blue. Hex color #A32ED2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ED2 is #5CD12D. Grayscale: #636363. Windows color (decimal): -6082862 or 13774499. OLE color: 13774499.

HSL color Cylindrical-coordinate representation of color #A32ED2: hue angle of 282.8º degrees, saturation: 0.65, 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 #A32ED2 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 163 46 210 -
CMYK 0.22 0.78 0 0.18
HSL 282.8º 0.65% 0.5% -
HSV(B) 282.8º 0.78% 0.82% -
XYZ 27.71 14.39 62.29 -
YUV 99.68 190.26 173.16 -
System Red Green Blue C M Y K H S L
Decimal 163 46 210 0.22 0.78 0 0.18 282.8 0.65 0.5
Hex A3 2E D2 16 4E 0 12 11B 41 32
Octal 243 56 322 26 116 0 22 433 101 62
Binary 10100011 101110 11010010 10110 1001110 0 10010 100011011 1000001 110010

Color Harmonies of #A32ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32ED2

Black with #A32ED2

Text Example


Text Example

White with #A32ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32ED2; }

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

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

background-color css

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

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

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

border-color css

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

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

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