Html Css Color HEX #AC26A9 Dark Orchid

📋 copy color: '#AC26A9'

red 172 ◦ green 38 ◦ blue 169

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

Shades of Dark Orchid #AC26A9

Tints of Dark Orchid #AC26A9

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.03%

 BLUE value IS 169 (66.41% from 255) = 44.59%

R = 45.38%
G = 10.03%
B = 44.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AC26A9 (or 0xAC26A9) is known color: Dark Orchid. HEX triplet: AC, 26 and A9. RGB value is (172,38,169). Sum of RGB (Red+Green+Blue) = 172+38+169=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 38 (15.23% from 255 or 10.03% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC26A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC26A9 is #53D956. Grayscale: #5C5C5C. Windows color (decimal): -5495127 or 11085484. OLE color: 11085484.

HSL color Cylindrical-coordinate representation of color #AC26A9: hue angle of 301.34º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC26A9 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 38 169 -
CMYK 0 0.78 0.02 0.33
HSL 301.34º 0.64% 0.41% -
HSV(B) 301.34º 0.78% 0.67% -
XYZ 24.87 13.02 38.74 -
YUV 93 170.89 184.35 -
System Red Green Blue C M Y K H S L
Decimal 172 38 169 0 0.78 0.02 0.33 301.34 0.64 0.41
Hex AC 26 A9 0 4E 2 21 12D 40 29
Octal 254 46 251 0 116 2 41 455 100 51
Binary 10101100 100110 10101001 0 1001110 10 100001 100101101 1000000 101001

Color Harmonies of #AC26A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26A9

Black with #AC26A9

Text Example


Text Example

White with #AC26A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26A9; }

 p { color: rgb(172,38,169); }

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

background-color css

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

 a { background-color: rgb(172,38,169); }

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

border-color css

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

 span { border-color: rgb(172,38,169); }

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