Html Css Color HEX #AC29CA Dark Orchid

📋 copy color: '#AC29CA'

red 172 ◦ green 41 ◦ blue 202

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

Shades of Dark Orchid #AC29CA

Tints of Dark Orchid #AC29CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.67%

R = 41.45%
G = 9.88%
B = 48.67%

CMYK

 C value IS 0.15

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AC29CA (or 0xAC29CA) is known color: Dark Orchid. HEX triplet: AC, 29 and CA. RGB value is (172,41,202). Sum of RGB (Red+Green+Blue) = 172+41+202=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 41 (16.41% from 255 or 9.88% from 415); Blue value is 202 (79.30% from 255 or 48.67% from 415); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC29CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC29CA is #53D635. Grayscale: #626262. Windows color (decimal): -5494326 or 13248940. OLE color: 13248940.

HSL color Cylindrical-coordinate representation of color #AC29CA: hue angle of 288.82º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC29CA is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 172 41 202 -
CMYK 0.15 0.80 0 0.21
HSL 288.82º 0.66% 0.48% -
HSV(B) 288.82º 0.8% 0.79% -
XYZ 28.47 14.62 57.2 -
YUV 98.52 186.4 180.41 -
System Red Green Blue C M Y K H S L
Decimal 172 41 202 0.15 0.80 0 0.21 288.82 0.66 0.48
Hex AC 29 CA F 50 0 15 121 42 30
Octal 254 51 312 17 120 0 25 441 102 60
Binary 10101100 101001 11001010 1111 1010000 0 10101 100100001 1000010 110000

Color Harmonies of #AC29CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC29CA

Black with #AC29CA

Text Example


Text Example

White with #AC29CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC29CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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