Html Css Color HEX #AC26CE Dark Orchid

📋 copy color: '#AC26CE'

red 172 ◦ green 38 ◦ blue 206

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

Shades of Dark Orchid #AC26CE

Tints of Dark Orchid #AC26CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 41.35%
G = 9.13%
B = 49.52%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC26CE (or 0xAC26CE) is known color: Dark Orchid. HEX triplet: AC, 26 and CE. RGB value is (172,38,206). Sum of RGB (Red+Green+Blue) = 172+38+206=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 38 (15.23% from 255 or 9.13% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC26CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26CE is #53D931. Grayscale: #606060. Windows color (decimal): -5495090 or 13510316. OLE color: 13510316.

HSL color Cylindrical-coordinate representation of color #AC26CE: hue angle of 287.86º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC26CE is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 38 206 -
CMYK 0.17 0.82 0 0.19
HSL 287.86º 0.69% 0.48% -
HSV(B) 287.86º 0.82% 0.81% -
XYZ 28.85 14.61 59.69 -
YUV 97.22 189.39 181.34 -
System Red Green Blue C M Y K H S L
Decimal 172 38 206 0.17 0.82 0 0.19 287.86 0.69 0.48
Hex AC 26 CE 11 52 0 13 120 45 30
Octal 254 46 316 21 122 0 23 440 105 60
Binary 10101100 100110 11001110 10001 1010010 0 10011 100100000 1000101 110000

Color Harmonies of #AC26CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26CE

Black with #AC26CE

Text Example


Text Example

White with #AC26CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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