Html Css Color HEX #A32EBC Dark Orchid

📋 copy color: '#A32EBC'

red 163 ◦ green 46 ◦ blue 188

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

Shades of Dark Orchid #A32EBC

Tints of Dark Orchid #A32EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.36%

R = 41.06%
G = 11.59%
B = 47.36%

CMYK

 C value IS 0.13

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A32EBC (or 0xA32EBC) is known color: Dark Orchid. HEX triplet: A3, 2E and BC. RGB value is (163,46,188). Sum of RGB (Red+Green+Blue) = 163+46+188=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #A32EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32EBC is #5CD143. Grayscale: #606060. Windows color (decimal): -6082884 or 12332707. OLE color: 12332707.

HSL color Cylindrical-coordinate representation of color #A32EBC: hue angle of 289.44º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A32EBC is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 163 46 188 -
CMYK 0.13 0.76 0 0.26
HSL 289.44º 0.61% 0.46% -
HSV(B) 289.44º 0.76% 0.74% -
XYZ 25.16 13.37 48.83 -
YUV 97.17 179.26 174.95 -
System Red Green Blue C M Y K H S L
Decimal 163 46 188 0.13 0.76 0 0.26 289.44 0.61 0.46
Hex A3 2E BC D 4C 0 1A 121 3D 2E
Octal 243 56 274 15 114 0 32 441 75 56
Binary 10100011 101110 10111100 1101 1001100 0 11010 100100001 111101 101110

Color Harmonies of #A32EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32EBC

Black with #A32EBC

Text Example


Text Example

White with #A32EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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