Html Css Color HEX #A32ECA Dark Orchid

📋 copy color: '#A32ECA'

red 163 ◦ green 46 ◦ blue 202

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

Shades of Dark Orchid #A32ECA

Tints of Dark Orchid #A32ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 39.66%
G = 11.19%
B = 49.15%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A32ECA (or 0xA32ECA) is known color: Dark Orchid. HEX triplet: A3, 2E and CA. RGB value is (163,46,202). Sum of RGB (Red+Green+Blue) = 163+46+202=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #A32ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ECA is #5CD135. Grayscale: #626262. Windows color (decimal): -6082870 or 13250211. OLE color: 13250211.

HSL color Cylindrical-coordinate representation of color #A32ECA: hue angle of 285º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32ECA is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 163 46 202 -
CMYK 0.19 0.77 0 0.21
HSL 285º 0.63% 0.49% -
HSV(B) 285º 0.77% 0.79% -
XYZ 26.74 14 57.17 -
YUV 98.77 186.26 173.82 -
System Red Green Blue C M Y K H S L
Decimal 163 46 202 0.19 0.77 0 0.21 285 0.63 0.49
Hex A3 2E CA 13 4D 0 15 11D 3F 31
Octal 243 56 312 23 115 0 25 435 77 61
Binary 10100011 101110 11001010 10011 1001101 0 10101 100011101 111111 110001

Color Harmonies of #A32ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32ECA

Black with #A32ECA

Text Example


Text Example

White with #A32ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32ECA; }

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

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

background-color css

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

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

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

border-color css

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

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

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