Html Css Color HEX #A32ECC Dark Orchid

📋 copy color: '#A32ECC'

red 163 ◦ green 46 ◦ blue 204

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

Shades of Dark Orchid #A32ECC

Tints of Dark Orchid #A32ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.39%

R = 39.47%
G = 11.14%
B = 49.39%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A32ECC (or 0xA32ECC) is known color: Dark Orchid. HEX triplet: A3, 2E and CC. RGB value is (163,46,204). Sum of RGB (Red+Green+Blue) = 163+46+204=413 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.47% from 413); Green value is 46 (18.36% from 255 or 11.14% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #A32ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32ECC is #5CD133. Grayscale: #626262. Windows color (decimal): -6082868 or 13381283. OLE color: 13381283.

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

Color convert

RGB 163 46 204 -
CMYK 0.20 0.77 0 0.2
HSL 284.43º 0.63% 0.49% -
HSV(B) 284.43º 0.77% 0.8% -
XYZ 26.98 14.1 58.43 -
YUV 99 187.26 173.65 -
System Red Green Blue C M Y K H S L
Decimal 163 46 204 0.20 0.77 0 0.2 284.43 0.63 0.49
Hex A3 2E CC 14 4D 0 14 11C 3F 31
Octal 243 56 314 24 115 0 24 434 77 61
Binary 10100011 101110 11001100 10100 1001101 0 10100 100011100 111111 110001

Color Harmonies of #A32ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32ECC

Black with #A32ECC

Text Example


Text Example

White with #A32ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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