Html Css Color HEX #AC26DE Dark Orchid

📋 copy color: '#AC26DE'

red 172 ◦ green 38 ◦ blue 222

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

Shades of Dark Orchid #AC26DE

Tints of Dark Orchid #AC26DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 39.81%
G = 8.8%
B = 51.39%

CMYK

 C value IS 0.23

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC26DE (or 0xAC26DE) is known color: Dark Orchid. HEX triplet: AC, 26 and DE. RGB value is (172,38,222). Sum of RGB (Red+Green+Blue) = 172+38+222=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 38 (15.23% from 255 or 8.80% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC26DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26DE is #53D921. Grayscale: #626262. Windows color (decimal): -5495074 or 14558892. OLE color: 14558892.

HSL color Cylindrical-coordinate representation of color #AC26DE: hue angle of 283.7º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC26DE is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 38 222 -
CMYK 0.23 0.83 0 0.13
HSL 283.7º 0.74% 0.51% -
HSV(B) 283.7º 0.83% 0.87% -
XYZ 30.89 15.43 70.46 -
YUV 99.04 197.39 180.04 -
System Red Green Blue C M Y K H S L
Decimal 172 38 222 0.23 0.83 0 0.13 283.7 0.74 0.51
Hex AC 26 DE 17 53 0 D 11C 4A 33
Octal 254 46 336 27 123 0 15 434 112 63
Binary 10101100 100110 11011110 10111 1010011 0 1101 100011100 1001010 110011

Color Harmonies of #AC26DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26DE

Black with #AC26DE

Text Example


Text Example

White with #AC26DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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