Html Css Color HEX #AC26AC Dark Orchid

📋 copy color: '#AC26AC'

red 172 ◦ green 38 ◦ blue 172

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

Shades of Dark Orchid #AC26AC

Tints of Dark Orchid #AC26AC

RGB

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

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

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

R = 45.03%
G = 9.95%
B = 45.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AC26AC (or 0xAC26AC) is known color: Dark Orchid. HEX triplet: AC, 26 and AC. RGB value is (172,38,172). Sum of RGB (Red+Green+Blue) = 172+38+172=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC26AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC26AC is #53D953. Grayscale: #5C5C5C. Windows color (decimal): -5495124 or 11282092. OLE color: 11282092.

HSL color Cylindrical-coordinate representation of color #AC26AC: hue angle of 300º 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 #AC26AC is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 38 172 -
CMYK 0 0.78 0 0.33
HSL 300º 0.64% 0.41% -
HSV(B) 300º 0.78% 0.67% -
XYZ 25.15 13.14 40.24 -
YUV 93.34 172.39 184.1 -
System Red Green Blue C M Y K H S L
Decimal 172 38 172 0 0.78 0 0.33 300 0.64 0.41
Hex AC 26 AC 0 4E 0 21 12C 40 29
Octal 254 46 254 0 116 0 41 454 100 51
Binary 10101100 100110 10101100 0 1001110 0 100001 100101100 1000000 101001

Color Harmonies of #AC26AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26AC

Black with #AC26AC

Text Example


Text Example

White with #AC26AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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