Html Css Color HEX #A32DC0 Dark Orchid

📋 copy color: '#A32DC0'

red 163 ◦ green 45 ◦ blue 192

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

Shades of Dark Orchid #A32DC0

Tints of Dark Orchid #A32DC0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 11.25%

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

R = 40.75%
G = 11.25%
B = 48%

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

#A32DC0 (or 0xA32DC0) is known color: Dark Orchid. HEX triplet: A3, 2D and C0. RGB value is (163,45,192). Sum of RGB (Red+Green+Blue) = 163+45+192=400 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.75% from 400); Green value is 45 (17.97% from 255 or 11.25% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #A32DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A32DC0 is #5CD23F. Grayscale: #606060. Windows color (decimal): -6083136 or 12594595. OLE color: 12594595.

HSL color Cylindrical-coordinate representation of color #A32DC0: hue angle of 288.16º degrees, saturation: 0.62, 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 #A32DC0 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 163 45 192 -
CMYK 0.15 0.77 0 0.25
HSL 288.16º 0.62% 0.46% -
HSV(B) 288.16º 0.77% 0.75% -
XYZ 25.56 13.47 51.12 -
YUV 97.04 181.59 175.05 -
System Red Green Blue C M Y K H S L
Decimal 163 45 192 0.15 0.77 0 0.25 288.16 0.62 0.46
Hex A3 2D C0 F 4D 0 19 120 3E 2E
Octal 243 55 300 17 115 0 31 440 76 56
Binary 10100011 101101 11000000 1111 1001101 0 11001 100100000 111110 101110

Color Harmonies of #A32DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32DC0

Black with #A32DC0

Text Example


Text Example

White with #A32DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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