Html Css Color HEX #AC26DD Dark Orchid

📋 copy color: '#AC26DD'

red 172 ◦ green 38 ◦ blue 221

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

Shades of Dark Orchid #AC26DD

Tints of Dark Orchid #AC26DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.28%

R = 39.91%
G = 8.82%
B = 51.28%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC26DD (or 0xAC26DD) is known color: Dark Orchid. HEX triplet: AC, 26 and DD. RGB value is (172,38,221). Sum of RGB (Red+Green+Blue) = 172+38+221=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 38 (15.23% from 255 or 8.82% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC26DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26DD is #53D922. Grayscale: #626262. Windows color (decimal): -5495075 or 14493356. OLE color: 14493356.

HSL color Cylindrical-coordinate representation of color #AC26DD: hue angle of 283.93º degrees, saturation: 0.73, 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 #AC26DD is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 38 221 -
CMYK 0.22 0.83 0 0.13
HSL 283.93º 0.73% 0.51% -
HSV(B) 283.93º 0.83% 0.87% -
XYZ 30.76 15.38 69.75 -
YUV 98.93 196.89 180.12 -
System Red Green Blue C M Y K H S L
Decimal 172 38 221 0.22 0.83 0 0.13 283.93 0.73 0.51
Hex AC 26 DD 16 53 0 D 11C 49 33
Octal 254 46 335 26 123 0 15 434 111 63
Binary 10101100 100110 11011101 10110 1010011 0 1101 100011100 1001001 110011

Color Harmonies of #AC26DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26DD

Black with #AC26DD

Text Example


Text Example

White with #AC26DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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