Html Css Color HEX #A329B5 Dark Orchid

📋 copy color: '#A329B5'

red 163 ◦ green 41 ◦ blue 181

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

Shades of Dark Orchid #A329B5

Tints of Dark Orchid #A329B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 47.01%

R = 42.34%
G = 10.65%
B = 47.01%

CMYK

 C value IS 0.10

 M value IS 0.77

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A329B5 (or 0xA329B5) is known color: Dark Orchid. HEX triplet: A3, 29 and B5. RGB value is (163,41,181). Sum of RGB (Red+Green+Blue) = 163+41+181=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 41 (16.41% from 255 or 10.65% from 385); Blue value is 181 (71.09% from 255 or 47.01% from 385); Max value from RGB is 181 - color contains mainly: blue. Hex color #A329B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329B5 is #5CD64A. Grayscale: #5D5D5D. Windows color (decimal): -6084171 or 11872675. OLE color: 11872675.

HSL color Cylindrical-coordinate representation of color #A329B5: hue angle of 292.29º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A329B5 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 163 41 181 -
CMYK 0.10 0.77 0 0.29
HSL 292.29º 0.63% 0.44% -
HSV(B) 292.29º 0.77% 0.71% -
XYZ 24.24 12.71 44.89 -
YUV 93.44 177.42 177.62 -
System Red Green Blue C M Y K H S L
Decimal 163 41 181 0.10 0.77 0 0.29 292.29 0.63 0.44
Hex A3 29 B5 A 4D 0 1D 124 3F 2C
Octal 243 51 265 12 115 0 35 444 77 54
Binary 10100011 101001 10110101 1010 1001101 0 11101 100100100 111111 101100

Color Harmonies of #A329B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329B5

Black with #A329B5

Text Example


Text Example

White with #A329B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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