Html Css Color HEX #AC29CF Dark Orchid

📋 copy color: '#AC29CF'

red 172 ◦ green 41 ◦ blue 207

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

Shades of Dark Orchid #AC29CF

Tints of Dark Orchid #AC29CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.29%

R = 40.95%
G = 9.76%
B = 49.29%

CMYK

 C value IS 0.17

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC29CF (or 0xAC29CF) is known color: Dark Orchid. HEX triplet: AC, 29 and CF. RGB value is (172,41,207). Sum of RGB (Red+Green+Blue) = 172+41+207=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 207 (81.25% from 255 or 49.29% from 420); Max value from RGB is 207 - color contains mainly: blue. Hex color #AC29CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC29CF is #53D630. Grayscale: #626262. Windows color (decimal): -5494321 or 13576620. OLE color: 13576620.

HSL color Cylindrical-coordinate representation of color #AC29CF: hue angle of 287.35º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC29CF is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 41 207 -
CMYK 0.17 0.80 0 0.19
HSL 287.35º 0.67% 0.49% -
HSV(B) 287.35º 0.8% 0.81% -
XYZ 29.07 14.86 60.37 -
YUV 99.09 188.9 180 -
System Red Green Blue C M Y K H S L
Decimal 172 41 207 0.17 0.80 0 0.19 287.35 0.67 0.49
Hex AC 29 CF 11 50 0 13 11F 43 31
Octal 254 51 317 21 120 0 23 437 103 61
Binary 10101100 101001 11001111 10001 1010000 0 10011 100011111 1000011 110001

Color Harmonies of #AC29CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC29CF

Black with #AC29CF

Text Example


Text Example

White with #AC29CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC29CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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