Html Css Color HEX #A529AA Dark Orchid

📋 copy color: '#A529AA'

red 165 ◦ green 41 ◦ blue 170

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

Shades of Dark Orchid #A529AA

Tints of Dark Orchid #A529AA

RGB

 RED value IS 165 (64.84% from 255) = 43.88%

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

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

R = 43.88%
G = 10.9%
B = 45.21%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A529AA (or 0xA529AA) is known color: Dark Orchid. HEX triplet: A5, 29 and AA. RGB value is (165,41,170). Sum of RGB (Red+Green+Blue) = 165+41+170=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #A529AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A529AA is #5AD655. Grayscale: #5C5C5C. Windows color (decimal): -5953110 or 11151781. OLE color: 11151781.

HSL color Cylindrical-coordinate representation of color #A529AA: hue angle of 297.67º 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 #A529AA is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 165 41 170 -
CMYK 0.03 0.76 0 0.33
HSL 297.67º 0.61% 0.41% -
HSV(B) 297.67º 0.76% 0.67% -
XYZ 23.57 12.49 39.2 -
YUV 92.78 171.58 179.51 -
System Red Green Blue C M Y K H S L
Decimal 165 41 170 0.03 0.76 0 0.33 297.67 0.61 0.41
Hex A5 29 AA 3 4C 0 21 12A 3D 29
Octal 245 51 252 3 114 0 41 452 75 51
Binary 10100101 101001 10101010 11 1001100 0 100001 100101010 111101 101001

Color Harmonies of #A529AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A529AA

Black with #A529AA

Text Example


Text Example

White with #A529AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A529AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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