Html Css Color HEX #A329C1 Dark Orchid

📋 copy color: '#A329C1'

red 163 ◦ green 41 ◦ blue 193

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

Shades of Dark Orchid #A329C1

Tints of Dark Orchid #A329C1

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.33%

 BLUE value IS 193 (75.78% from 255) = 48.61%

R = 41.06%
G = 10.33%
B = 48.61%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#A329C1 (or 0xA329C1) is known color: Dark Orchid. HEX triplet: A3, 29 and C1. RGB value is (163,41,193). Sum of RGB (Red+Green+Blue) = 163+41+193=397 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.06% from 397); Green value is 41 (16.41% from 255 or 10.33% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #A329C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329C1 is #5CD63E. Grayscale: #5E5E5E. Windows color (decimal): -6084159 or 12659107. OLE color: 12659107.

HSL color Cylindrical-coordinate representation of color #A329C1: hue angle of 288.16º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A329C1 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 41 193 -
CMYK 0.16 0.79 0 0.24
HSL 288.16º 0.65% 0.46% -
HSV(B) 288.16º 0.79% 0.76% -
XYZ 25.52 13.22 51.66 -
YUV 94.81 183.42 176.64 -
System Red Green Blue C M Y K H S L
Decimal 163 41 193 0.16 0.79 0 0.24 288.16 0.65 0.46
Hex A3 29 C1 10 4F 0 18 120 41 2E
Octal 243 51 301 20 117 0 30 440 101 56
Binary 10100011 101001 11000001 10000 1001111 0 11000 100100000 1000001 101110

Color Harmonies of #A329C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329C1

Black with #A329C1

Text Example


Text Example

White with #A329C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329C1; }

 p { color: rgb(163,41,193); }

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

background-color css

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

 a { background-color: rgb(163,41,193); }

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

border-color css

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

 span { border-color: rgb(163,41,193); }

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