Html Css Color HEX #AC26AB Dark Orchid

📋 copy color: '#AC26AB'

red 172 ◦ green 38 ◦ blue 171

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

Shades of Dark Orchid #AC26AB

Tints of Dark Orchid #AC26AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.88%

R = 45.14%
G = 9.97%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC26AB (or 0xAC26AB) is known color: Dark Orchid. HEX triplet: AC, 26 and AB. RGB value is (172,38,171). Sum of RGB (Red+Green+Blue) = 172+38+171=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 38 (15.23% from 255 or 9.97% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC26AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC26AB is #53D954. Grayscale: #5C5C5C. Windows color (decimal): -5495125 or 11216556. OLE color: 11216556.

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

Color convert

RGB 172 38 171 -
CMYK 0 0.78 0.01 0.33
HSL 300.45º 0.64% 0.41% -
HSV(B) 300.45º 0.78% 0.67% -
XYZ 25.06 13.1 39.74 -
YUV 93.23 171.89 184.19 -
System Red Green Blue C M Y K H S L
Decimal 172 38 171 0 0.78 0.01 0.33 300.45 0.64 0.41
Hex AC 26 AB 0 4E 1 21 12C 40 29
Octal 254 46 253 0 116 1 41 454 100 51
Binary 10101100 100110 10101011 0 1001110 1 100001 100101100 1000000 101001

Color Harmonies of #AC26AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26AB

Black with #AC26AB

Text Example


Text Example

White with #AC26AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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