Html Css Color HEX #AC26E8 Dark Orchid

📋 copy color: '#AC26E8'

red 172 ◦ green 38 ◦ blue 232

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

Shades of Dark Orchid #AC26E8

Tints of Dark Orchid #AC26E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.49%

R = 38.91%
G = 8.6%
B = 52.49%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC26E8 (or 0xAC26E8) is known color: Dark Orchid. HEX triplet: AC, 26 and E8. RGB value is (172,38,232). Sum of RGB (Red+Green+Blue) = 172+38+232=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 38 (15.23% from 255 or 8.60% from 442); Blue value is 232 (91.02% from 255 or 52.49% from 442); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC26E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC26E8 is #53D917. Grayscale: #636363. Windows color (decimal): -5495064 or 15214252. OLE color: 15214252.

HSL color Cylindrical-coordinate representation of color #AC26E8: hue angle of 281.44º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC26E8 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 38 232 -
CMYK 0.26 0.84 0 0.09
HSL 281.44º 0.81% 0.53% -
HSV(B) 281.44º 0.84% 0.91% -
XYZ 32.27 15.98 77.73 -
YUV 100.18 202.39 179.23 -
System Red Green Blue C M Y K H S L
Decimal 172 38 232 0.26 0.84 0 0.09 281.44 0.81 0.53
Hex AC 26 E8 1A 54 0 9 119 51 35
Octal 254 46 350 32 124 0 11 431 121 65
Binary 10101100 100110 11101000 11010 1010100 0 1001 100011001 1010001 110101

Color Harmonies of #AC26E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26E8

Black with #AC26E8

Text Example


Text Example

White with #AC26E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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