Html Css Color HEX #A32CC0 Dark Orchid

📋 copy color: '#A32CC0'

red 163 ◦ green 44 ◦ blue 192

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

Shades of Dark Orchid #A32CC0

Tints of Dark Orchid #A32CC0

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.03%

 BLUE value IS 192 (75.39% from 255) = 48.12%

R = 40.85%
G = 11.03%
B = 48.12%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A32CC0 (or 0xA32CC0) is known color: Dark Orchid. HEX triplet: A3, 2C and C0. RGB value is (163,44,192). Sum of RGB (Red+Green+Blue) = 163+44+192=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 44 (17.58% from 255 or 11.03% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #A32CC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CC0 is #5CD33F. Grayscale: #5F5F5F. Windows color (decimal): -6083392 or 12594339. OLE color: 12594339.

HSL color Cylindrical-coordinate representation of color #A32CC0: hue angle of 288.24º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A32CC0 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 44 192 -
CMYK 0.15 0.77 0 0.25
HSL 288.24º 0.63% 0.46% -
HSV(B) 288.24º 0.77% 0.75% -
XYZ 25.52 13.39 51.11 -
YUV 96.45 181.92 175.47 -
System Red Green Blue C M Y K H S L
Decimal 163 44 192 0.15 0.77 0 0.25 288.24 0.63 0.46
Hex A3 2C C0 F 4D 0 19 120 3F 2E
Octal 243 54 300 17 115 0 31 440 77 56
Binary 10100011 101100 11000000 1111 1001101 0 11001 100100000 111111 101110

Color Harmonies of #A32CC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32CC0

Black with #A32CC0

Text Example


Text Example

White with #A32CC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32CC0; }

 p { color: rgb(163,44,192); }

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

background-color css

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

 a { background-color: rgb(163,44,192); }

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

border-color css

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

 span { border-color: rgb(163,44,192); }

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