Html Css Color HEX #AC26BA Dark Orchid

📋 copy color: '#AC26BA'

red 172 ◦ green 38 ◦ blue 186

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

Shades of Dark Orchid #AC26BA

Tints of Dark Orchid #AC26BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.97%

R = 43.43%
G = 9.6%
B = 46.97%

CMYK

 C value IS 0.08

 M value IS 0.80

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC26BA (or 0xAC26BA) is known color: Dark Orchid. HEX triplet: AC, 26 and BA. RGB value is (172,38,186). Sum of RGB (Red+Green+Blue) = 172+38+186=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 38 (15.23% from 255 or 9.60% from 396); Blue value is 186 (73.05% from 255 or 46.97% from 396); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC26BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26BA is #53D945. Grayscale: #5E5E5E. Windows color (decimal): -5495110 or 12199596. OLE color: 12199596.

HSL color Cylindrical-coordinate representation of color #AC26BA: hue angle of 294.32º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC26BA is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 38 186 -
CMYK 0.08 0.80 0 0.27
HSL 294.32º 0.66% 0.44% -
HSV(B) 294.32º 0.8% 0.73% -
XYZ 26.57 13.7 47.7 -
YUV 94.94 179.39 182.97 -
System Red Green Blue C M Y K H S L
Decimal 172 38 186 0.08 0.80 0 0.27 294.32 0.66 0.44
Hex AC 26 BA 8 50 0 1B 126 42 2C
Octal 254 46 272 10 120 0 33 446 102 54
Binary 10101100 100110 10111010 1000 1010000 0 11011 100100110 1000010 101100

Color Harmonies of #AC26BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26BA

Black with #AC26BA

Text Example


Text Example

White with #AC26BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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