Html Css Color HEX #A329C0 Dark Orchid

📋 copy color: '#A329C0'

red 163 ◦ green 41 ◦ blue 192

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

Shades of Dark Orchid #A329C0

Tints of Dark Orchid #A329C0

RGB

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

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

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

R = 41.16%
G = 10.35%
B = 48.48%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A329C0 (or 0xA329C0) is known color: Dark Orchid. HEX triplet: A3, 29 and C0. RGB value is (163,41,192). Sum of RGB (Red+Green+Blue) = 163+41+192=396 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.16% from 396); Green value is 41 (16.41% from 255 or 10.35% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #A329C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329C0 is #5CD63F. Grayscale: #5E5E5E. Windows color (decimal): -6084160 or 12593571. OLE color: 12593571.

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

Color convert

RGB 163 41 192 -
CMYK 0.15 0.79 0 0.25
HSL 288.48º 0.65% 0.46% -
HSV(B) 288.48º 0.79% 0.75% -
XYZ 25.41 13.18 51.07 -
YUV 94.69 182.92 176.72 -
System Red Green Blue C M Y K H S L
Decimal 163 41 192 0.15 0.79 0 0.25 288.48 0.65 0.46
Hex A3 29 C0 F 4F 0 19 120 41 2E
Octal 243 51 300 17 117 0 31 440 101 56
Binary 10100011 101001 11000000 1111 1001111 0 11001 100100000 1000001 101110

Color Harmonies of #A329C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329C0

Black with #A329C0

Text Example


Text Example

White with #A329C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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