Html Css Color HEX #A329D6 Dark Orchid

📋 copy color: '#A329D6'

red 163 ◦ green 41 ◦ blue 214

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

Shades of Dark Orchid #A329D6

Tints of Dark Orchid #A329D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.2%

R = 39%
G = 9.81%
B = 51.2%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A329D6 (or 0xA329D6) is known color: Dark Orchid. HEX triplet: A3, 29 and D6. RGB value is (163,41,214). Sum of RGB (Red+Green+Blue) = 163+41+214=418 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.00% from 418); Green value is 41 (16.41% from 255 or 9.81% from 418); Blue value is 214 (83.98% from 255 or 51.20% from 418); Max value from RGB is 214 - color contains mainly: blue. Hex color #A329D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329D6 is #5CD629. Grayscale: #606060. Windows color (decimal): -6084138 or 14035363. OLE color: 14035363.

HSL color Cylindrical-coordinate representation of color #A329D6: hue angle of 282.31º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A329D6 is Cyan = 0.24, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 163 41 214 -
CMYK 0.24 0.81 0 0.16
HSL 282.31º 0.68% 0.5% -
HSV(B) 282.31º 0.81% 0.84% -
XYZ 28.03 14.23 64.89 -
YUV 97.2 193.92 174.93 -
System Red Green Blue C M Y K H S L
Decimal 163 41 214 0.24 0.81 0 0.16 282.31 0.68 0.5
Hex A3 29 D6 18 51 0 10 11A 44 32
Octal 243 51 326 30 121 0 20 432 104 62
Binary 10100011 101001 11010110 11000 1010001 0 10000 100011010 1000100 110010

Color Harmonies of #A329D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329D6

Black with #A329D6

Text Example


Text Example

White with #A329D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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