Html Css Color HEX #A829AD Dark Orchid

📋 copy color: '#A829AD'

red 168 ◦ green 41 ◦ blue 173

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

Shades of Dark Orchid #A829AD

Tints of Dark Orchid #A829AD

RGB

 RED value IS 168 (66.02% from 255) = 43.98%

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

 BLUE value IS 173 (67.97% from 255) = 45.29%

R = 43.98%
G = 10.73%
B = 45.29%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A829AD (or 0xA829AD) is known color: Dark Orchid. HEX triplet: A8, 29 and AD. RGB value is (168,41,173). Sum of RGB (Red+Green+Blue) = 168+41+173=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 41 (16.41% from 255 or 10.73% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #A829AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A829AD is #57D652. Grayscale: #5D5D5D. Windows color (decimal): -5756499 or 11348392. OLE color: 11348392.

HSL color Cylindrical-coordinate representation of color #A829AD: hue angle of 297.73º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A829AD is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 168 41 173 -
CMYK 0.03 0.76 0 0.32
HSL 297.73º 0.62% 0.42% -
HSV(B) 297.73º 0.76% 0.68% -
XYZ 24.48 12.93 40.74 -
YUV 94.02 172.58 180.77 -
System Red Green Blue C M Y K H S L
Decimal 168 41 173 0.03 0.76 0 0.32 297.73 0.62 0.42
Hex A8 29 AD 3 4C 0 20 12A 3E 2A
Octal 250 51 255 3 114 0 40 452 76 52
Binary 10101000 101001 10101101 11 1001100 0 100000 100101010 111110 101010

Color Harmonies of #A829AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829AD

Black with #A829AD

Text Example


Text Example

White with #A829AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829AD; }

 p { color: rgb(168,41,173); }

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

background-color css

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

 a { background-color: rgb(168,41,173); }

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

border-color css

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

 span { border-color: rgb(168,41,173); }

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