Html Css Color HEX #A329AC Dark Orchid

📋 copy color: '#A329AC'

red 163 ◦ green 41 ◦ blue 172

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

Shades of Dark Orchid #A329AC

Tints of Dark Orchid #A329AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.74%

R = 43.35%
G = 10.9%
B = 45.74%

CMYK

 C value IS 0.05

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A329AC (or 0xA329AC) is known color: Dark Orchid. HEX triplet: A3, 29 and AC. RGB value is (163,41,172). Sum of RGB (Red+Green+Blue) = 163+41+172=376 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.35% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 172 (67.58% from 255 or 45.74% from 376); Max value from RGB is 172 - color contains mainly: blue. Hex color #A329AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A329AC is #5CD653. Grayscale: #5C5C5C. Windows color (decimal): -6084180 or 11282851. OLE color: 11282851.

HSL color Cylindrical-coordinate representation of color #A329AC: hue angle of 295.88º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A329AC is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 163 41 172 -
CMYK 0.05 0.76 0 0.33
HSL 295.88º 0.62% 0.42% -
HSV(B) 295.88º 0.76% 0.67% -
XYZ 23.34 12.35 40.18 -
YUV 92.41 172.92 178.35 -
System Red Green Blue C M Y K H S L
Decimal 163 41 172 0.05 0.76 0 0.33 295.88 0.62 0.42
Hex A3 29 AC 5 4C 0 21 128 3E 2A
Octal 243 51 254 5 114 0 41 450 76 52
Binary 10100011 101001 10101100 101 1001100 0 100001 100101000 111110 101010

Color Harmonies of #A329AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329AC

Black with #A329AC

Text Example


Text Example

White with #A329AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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