Html Css Color HEX #A32CCC Dark Orchid

📋 copy color: '#A32CCC'

red 163 ◦ green 44 ◦ blue 204

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

Shades of Dark Orchid #A32CCC

Tints of Dark Orchid #A32CCC

RGB

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

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

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

R = 39.66%
G = 10.71%
B = 49.64%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A32CCC (or 0xA32CCC) is known color: Dark Orchid. HEX triplet: A3, 2C and CC. RGB value is (163,44,204). Sum of RGB (Red+Green+Blue) = 163+44+204=411 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.66% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #A32CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32CCC is #5CD333. Grayscale: #616161. Windows color (decimal): -6083380 or 13380771. OLE color: 13380771.

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

Color convert

RGB 163 44 204 -
CMYK 0.20 0.78 0 0.2
HSL 284.63º 0.65% 0.49% -
HSV(B) 284.63º 0.78% 0.8% -
XYZ 26.9 13.95 58.4 -
YUV 97.82 187.92 174.49 -
System Red Green Blue C M Y K H S L
Decimal 163 44 204 0.20 0.78 0 0.2 284.63 0.65 0.49
Hex A3 2C CC 14 4E 0 14 11D 41 31
Octal 243 54 314 24 116 0 24 435 101 61
Binary 10100011 101100 11001100 10100 1001110 0 10100 100011101 1000001 110001

Color Harmonies of #A32CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32CCC

Black with #A32CCC

Text Example


Text Example

White with #A32CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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