Html Css Color HEX #A829AA Dark Orchid

📋 copy color: '#A829AA'

red 168 ◦ green 41 ◦ blue 170

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

Shades of Dark Orchid #A829AA

Tints of Dark Orchid #A829AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 44.85%

R = 44.33%
G = 10.82%
B = 44.85%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A829AA (or 0xA829AA) is known color: Dark Orchid. HEX triplet: A8, 29 and AA. RGB value is (168,41,170). Sum of RGB (Red+Green+Blue) = 168+41+170=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 170 (66.80% from 255 or 44.85% from 379); Max value from RGB is 170 - color contains mainly: blue. Hex color #A829AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A829AA is #57D655. Grayscale: #5D5D5D. Windows color (decimal): -5756502 or 11151784. OLE color: 11151784.

HSL color Cylindrical-coordinate representation of color #A829AA: hue angle of 299.07º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A829AA is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 168 41 170 -
CMYK 0.01 0.76 0 0.33
HSL 299.07º 0.61% 0.41% -
HSV(B) 299.07º 0.76% 0.67% -
XYZ 24.2 12.81 39.23 -
YUV 93.68 171.08 181.01 -
System Red Green Blue C M Y K H S L
Decimal 168 41 170 0.01 0.76 0 0.33 299.07 0.61 0.41
Hex A8 29 AA 1 4C 0 21 12B 3D 29
Octal 250 51 252 1 114 0 41 453 75 51
Binary 10101000 101001 10101010 1 1001100 0 100001 100101011 111101 101001

Color Harmonies of #A829AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A829AA

Black with #A829AA

Text Example


Text Example

White with #A829AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A829AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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