Html Css Color HEX #AC29AF Dark Orchid

📋 copy color: '#AC29AF'

red 172 ◦ green 41 ◦ blue 175

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

Shades of Dark Orchid #AC29AF

Tints of Dark Orchid #AC29AF

RGB

 RED value IS 172 (67.58% from 255) = 44.33%

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

 BLUE value IS 175 (68.75% from 255) = 45.1%

R = 44.33%
G = 10.57%
B = 45.1%

CMYK

 C value IS 0.02

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AC29AF (or 0xAC29AF) is known color: Dark Orchid. HEX triplet: AC, 29 and AF. RGB value is (172,41,175). Sum of RGB (Red+Green+Blue) = 172+41+175=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC29AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC29AF is #53D650. Grayscale: #5F5F5F. Windows color (decimal): -5494353 or 11479468. OLE color: 11479468.

HSL color Cylindrical-coordinate representation of color #AC29AF: hue angle of 298.66º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC29AF is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 41 175 -
CMYK 0.02 0.77 0 0.31
HSL 298.66º 0.62% 0.42% -
HSV(B) 298.66º 0.77% 0.69% -
XYZ 25.54 13.45 41.81 -
YUV 95.45 172.9 182.6 -
System Red Green Blue C M Y K H S L
Decimal 172 41 175 0.02 0.77 0 0.31 298.66 0.62 0.42
Hex AC 29 AF 2 4D 0 1F 12B 3E 2A
Octal 254 51 257 2 115 0 37 453 76 52
Binary 10101100 101001 10101111 10 1001101 0 11111 100101011 111110 101010

Color Harmonies of #AC29AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC29AF

Black with #AC29AF

Text Example


Text Example

White with #AC29AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC29AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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