Html Css Color HEX #A529AB Dark Orchid

📋 copy color: '#A529AB'

red 165 ◦ green 41 ◦ blue 171

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

Shades of Dark Orchid #A529AB

Tints of Dark Orchid #A529AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.36%

R = 43.77%
G = 10.88%
B = 45.36%

CMYK

 C value IS 0.04

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A529AB (or 0xA529AB) is known color: Dark Orchid. HEX triplet: A5, 29 and AB. RGB value is (165,41,171). Sum of RGB (Red+Green+Blue) = 165+41+171=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #A529AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A529AB is #5AD654. Grayscale: #5C5C5C. Windows color (decimal): -5953109 or 11217317. OLE color: 11217317.

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

Color convert

RGB 165 41 171 -
CMYK 0.04 0.76 0 0.33
HSL 297.23º 0.61% 0.42% -
HSV(B) 297.23º 0.76% 0.67% -
XYZ 23.66 12.53 39.7 -
YUV 92.9 172.08 179.43 -
System Red Green Blue C M Y K H S L
Decimal 165 41 171 0.04 0.76 0 0.33 297.23 0.61 0.42
Hex A5 29 AB 4 4C 0 21 129 3D 2A
Octal 245 51 253 4 114 0 41 451 75 52
Binary 10100101 101001 10101011 100 1001100 0 100001 100101001 111101 101010

Color Harmonies of #A529AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A529AB

Black with #A529AB

Text Example


Text Example

White with #A529AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A529AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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