Html Css Color HEX #A329DD Dark Orchid

📋 copy color: '#A329DD'

red 163 ◦ green 41 ◦ blue 221

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

Shades of Dark Orchid #A329DD

Tints of Dark Orchid #A329DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52%

R = 38.35%
G = 9.65%
B = 52%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A329DD (or 0xA329DD) is known color: Dark Orchid. HEX triplet: A3, 29 and DD. RGB value is (163,41,221). Sum of RGB (Red+Green+Blue) = 163+41+221=425 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.35% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #A329DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329DD is #5CD622. Grayscale: #616161. Windows color (decimal): -6084131 or 14494115. OLE color: 14494115.

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

Color convert

RGB 163 41 221 -
CMYK 0.26 0.81 0 0.13
HSL 280.67º 0.73% 0.51% -
HSV(B) 280.67º 0.81% 0.87% -
XYZ 28.95 14.59 69.7 -
YUV 98 197.42 174.36 -
System Red Green Blue C M Y K H S L
Decimal 163 41 221 0.26 0.81 0 0.13 280.67 0.73 0.51
Hex A3 29 DD 1A 51 0 D 119 49 33
Octal 243 51 335 32 121 0 15 431 111 63
Binary 10100011 101001 11011101 11010 1010001 0 1101 100011001 1001001 110011

Color Harmonies of #A329DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329DD

Black with #A329DD

Text Example


Text Example

White with #A329DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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