Html Css Color HEX #A329DC Dark Orchid

📋 copy color: '#A329DC'

red 163 ◦ green 41 ◦ blue 220

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

Shades of Dark Orchid #A329DC

Tints of Dark Orchid #A329DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 51.89%

R = 38.44%
G = 9.67%
B = 51.89%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A329DC (or 0xA329DC) is known color: Dark Orchid. HEX triplet: A3, 29 and DC. RGB value is (163,41,220). Sum of RGB (Red+Green+Blue) = 163+41+220=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 41 (16.41% from 255 or 9.67% from 424); Blue value is 220 (86.33% from 255 or 51.89% from 424); Max value from RGB is 220 - color contains mainly: blue. Hex color #A329DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329DC is #5CD623. Grayscale: #616161. Windows color (decimal): -6084132 or 14428579. OLE color: 14428579.

HSL color Cylindrical-coordinate representation of color #A329DC: hue angle of 280.89º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A329DC is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 163 41 220 -
CMYK 0.26 0.81 0 0.14
HSL 280.89º 0.72% 0.51% -
HSV(B) 280.89º 0.81% 0.86% -
XYZ 28.82 14.54 69 -
YUV 97.88 196.92 174.45 -
System Red Green Blue C M Y K H S L
Decimal 163 41 220 0.26 0.81 0 0.14 280.89 0.72 0.51
Hex A3 29 DC 1A 51 0 E 119 48 33
Octal 243 51 334 32 121 0 16 431 110 63
Binary 10100011 101001 11011100 11010 1010001 0 1110 100011001 1001000 110011

Color Harmonies of #A329DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329DC

Black with #A329DC

Text Example


Text Example

White with #A329DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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