Html Css Color HEX #A529AC Dark Orchid

📋 copy color: '#A529AC'

red 165 ◦ green 41 ◦ blue 172

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

Shades of Dark Orchid #A529AC

Tints of Dark Orchid #A529AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 45.5%

R = 43.65%
G = 10.85%
B = 45.5%

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

#A529AC (or 0xA529AC) is known color: Dark Orchid. HEX triplet: A5, 29 and AC. RGB value is (165,41,172). Sum of RGB (Red+Green+Blue) = 165+41+172=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 41 (16.41% from 255 or 10.85% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #A529AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A529AC is #5AD653. Grayscale: #5C5C5C. Windows color (decimal): -5953108 or 11282853. OLE color: 11282853.

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

Color convert

RGB 165 41 172 -
CMYK 0.04 0.76 0 0.33
HSL 296.79º 0.62% 0.42% -
HSV(B) 296.79º 0.76% 0.67% -
XYZ 23.76 12.56 40.2 -
YUV 93.01 172.58 179.35 -
System Red Green Blue C M Y K H S L
Decimal 165 41 172 0.04 0.76 0 0.33 296.79 0.62 0.42
Hex A5 29 AC 4 4C 0 21 129 3E 2A
Octal 245 51 254 4 114 0 41 451 76 52
Binary 10100101 101001 10101100 100 1001100 0 100001 100101001 111110 101010

Color Harmonies of #A529AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A529AC

Black with #A529AC

Text Example


Text Example

White with #A529AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A529AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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