Html Css Color HEX #AC26BC Dark Orchid

📋 copy color: '#AC26BC'

red 172 ◦ green 38 ◦ blue 188

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

Shades of Dark Orchid #AC26BC

Tints of Dark Orchid #AC26BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.24%

R = 43.22%
G = 9.55%
B = 47.24%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC26BC (or 0xAC26BC) is known color: Dark Orchid. HEX triplet: AC, 26 and BC. RGB value is (172,38,188). Sum of RGB (Red+Green+Blue) = 172+38+188=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 38 (15.23% from 255 or 9.55% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC26BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26BC is #53D943. Grayscale: #5E5E5E. Windows color (decimal): -5495108 or 12330668. OLE color: 12330668.

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

Color convert

RGB 172 38 188 -
CMYK 0.09 0.80 0 0.26
HSL 293.6º 0.66% 0.44% -
HSV(B) 293.6º 0.8% 0.74% -
XYZ 26.78 13.79 48.83 -
YUV 95.17 180.39 182.8 -
System Red Green Blue C M Y K H S L
Decimal 172 38 188 0.09 0.80 0 0.26 293.6 0.66 0.44
Hex AC 26 BC 9 50 0 1A 126 42 2C
Octal 254 46 274 11 120 0 32 446 102 54
Binary 10101100 100110 10111100 1001 1010000 0 11010 100100110 1000010 101100

Color Harmonies of #AC26BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26BC

Black with #AC26BC

Text Example


Text Example

White with #AC26BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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