Html Css Color HEX #A329BE Dark Orchid

📋 copy color: '#A329BE'

red 163 ◦ green 41 ◦ blue 190

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

Shades of Dark Orchid #A329BE

Tints of Dark Orchid #A329BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.22%

R = 41.37%
G = 10.41%
B = 48.22%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A329BE (or 0xA329BE) is known color: Dark Orchid. HEX triplet: A3, 29 and BE. RGB value is (163,41,190). Sum of RGB (Red+Green+Blue) = 163+41+190=394 (52% of max value = 765). Red value is 163 (64.06% from 255 or 41.37% from 394); Green value is 41 (16.41% from 255 or 10.41% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #A329BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329BE is #5CD641. Grayscale: #5D5D5D. Windows color (decimal): -6084162 or 12462499. OLE color: 12462499.

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

Color convert

RGB 163 41 190 -
CMYK 0.14 0.78 0 0.25
HSL 289.13º 0.65% 0.45% -
HSV(B) 289.13º 0.78% 0.75% -
XYZ 25.19 13.09 49.91 -
YUV 94.46 181.92 176.88 -
System Red Green Blue C M Y K H S L
Decimal 163 41 190 0.14 0.78 0 0.25 289.13 0.65 0.45
Hex A3 29 BE E 4E 0 19 121 41 2D
Octal 243 51 276 16 116 0 31 441 101 55
Binary 10100011 101001 10111110 1110 1001110 0 11001 100100001 1000001 101101

Color Harmonies of #A329BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329BE

Black with #A329BE

Text Example


Text Example

White with #A329BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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