Html Css Color HEX #A329C2 Dark Orchid

📋 copy color: '#A329C2'

red 163 ◦ green 41 ◦ blue 194

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

Shades of Dark Orchid #A329C2

Tints of Dark Orchid #A329C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 48.74%

R = 40.95%
G = 10.3%
B = 48.74%

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

#A329C2 (or 0xA329C2) is known color: Dark Orchid. HEX triplet: A3, 29 and C2. RGB value is (163,41,194). Sum of RGB (Red+Green+Blue) = 163+41+194=398 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.95% from 398); Green value is 41 (16.41% from 255 or 10.30% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #A329C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329C2 is #5CD63D. Grayscale: #5E5E5E. Windows color (decimal): -6084158 or 12724643. OLE color: 12724643.

HSL color Cylindrical-coordinate representation of color #A329C2: hue angle of 287.84º 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 #A329C2 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 163 41 194 -
CMYK 0.16 0.79 0 0.24
HSL 287.84º 0.65% 0.46% -
HSV(B) 287.84º 0.79% 0.76% -
XYZ 25.63 13.27 52.25 -
YUV 94.92 183.92 176.56 -
System Red Green Blue C M Y K H S L
Decimal 163 41 194 0.16 0.79 0 0.24 287.84 0.65 0.46
Hex A3 29 C2 10 4F 0 18 120 41 2E
Octal 243 51 302 20 117 0 30 440 101 56
Binary 10100011 101001 11000010 10000 1001111 0 11000 100100000 1000001 101110

Color Harmonies of #A329C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329C2

Black with #A329C2

Text Example


Text Example

White with #A329C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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