Html Css Color HEX #A329D8 Dark Orchid

📋 copy color: '#A329D8'

red 163 ◦ green 41 ◦ blue 216

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

Shades of Dark Orchid #A329D8

Tints of Dark Orchid #A329D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 51.43%

R = 38.81%
G = 9.76%
B = 51.43%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A329D8 (or 0xA329D8) is known color: Dark Orchid. HEX triplet: A3, 29 and D8. RGB value is (163,41,216). Sum of RGB (Red+Green+Blue) = 163+41+216=420 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.81% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 216 (84.77% from 255 or 51.43% from 420); Max value from RGB is 216 - color contains mainly: blue. Hex color #A329D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329D8 is #5CD627. Grayscale: #606060. Windows color (decimal): -6084136 or 14166435. OLE color: 14166435.

HSL color Cylindrical-coordinate representation of color #A329D8: hue angle of 281.83º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A329D8 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 163 41 216 -
CMYK 0.25 0.81 0 0.15
HSL 281.83º 0.69% 0.5% -
HSV(B) 281.83º 0.81% 0.85% -
XYZ 28.29 14.33 66.24 -
YUV 97.43 194.92 174.77 -
System Red Green Blue C M Y K H S L
Decimal 163 41 216 0.25 0.81 0 0.15 281.83 0.69 0.5
Hex A3 29 D8 19 51 0 F 11A 45 32
Octal 243 51 330 31 121 0 17 432 105 62
Binary 10100011 101001 11011000 11001 1010001 0 1111 100011010 1000101 110010

Color Harmonies of #A329D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329D8

Black with #A329D8

Text Example


Text Example

White with #A329D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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