Html Css Color HEX #A329CD Dark Orchid

📋 copy color: '#A329CD'

red 163 ◦ green 41 ◦ blue 205

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

Shades of Dark Orchid #A329CD

Tints of Dark Orchid #A329CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.12%

R = 39.85%
G = 10.02%
B = 50.12%

CMYK

 C value IS 0.20

 M value IS 0.8

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A329CD (or 0xA329CD) is known color: Dark Orchid. HEX triplet: A3, 29 and CD. RGB value is (163,41,205). Sum of RGB (Red+Green+Blue) = 163+41+205=409 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.85% from 409); Green value is 41 (16.41% from 255 or 10.02% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #A329CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A329CD is #5CD632. Grayscale: #5F5F5F. Windows color (decimal): -6084147 or 13445539. OLE color: 13445539.

HSL color Cylindrical-coordinate representation of color #A329CD: hue angle of 284.63º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A329CD is Cyan = 0.20, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 163 41 205 -
CMYK 0.20 0.8 0 0.20
HSL 284.63º 0.67% 0.48% -
HSV(B) 284.63º 0.8% 0.8% -
XYZ 26.92 13.78 59 -
YUV 96.17 189.42 175.66 -
System Red Green Blue C M Y K H S L
Decimal 163 41 205 0.20 0.8 0 0.20 284.63 0.67 0.48
Hex A3 29 CD 14 50 0 14 11D 43 30
Octal 243 51 315 24 120 0 24 435 103 60
Binary 10100011 101001 11001101 10100 1010000 0 10100 100011101 1000011 110000

Color Harmonies of #A329CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A329CD

Black with #A329CD

Text Example


Text Example

White with #A329CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A329CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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