Html Css Color HEX #AC26E9 Dark Orchid

📋 copy color: '#AC26E9'

red 172 ◦ green 38 ◦ blue 233

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

Shades of Dark Orchid #AC26E9

Tints of Dark Orchid #AC26E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 52.6%

R = 38.83%
G = 8.58%
B = 52.6%

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

#AC26E9 (or 0xAC26E9) is known color: Dark Orchid. HEX triplet: AC, 26 and E9. RGB value is (172,38,233). Sum of RGB (Red+Green+Blue) = 172+38+233=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 38 (15.23% from 255 or 8.58% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC26E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC26E9 is #53D916. Grayscale: #636363. Windows color (decimal): -5495063 or 15279788. OLE color: 15279788.

HSL color Cylindrical-coordinate representation of color #AC26E9: hue angle of 281.23º degrees, saturation: 0.82, 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 #AC26E9 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 38 233 -
CMYK 0.26 0.84 0 0.09
HSL 281.23º 0.82% 0.53% -
HSV(B) 281.23º 0.84% 0.91% -
XYZ 32.41 16.04 78.48 -
YUV 100.3 202.89 179.14 -
System Red Green Blue C M Y K H S L
Decimal 172 38 233 0.26 0.84 0 0.09 281.23 0.82 0.53
Hex AC 26 E9 1A 54 0 9 119 52 35
Octal 254 46 351 32 124 0 11 431 122 65
Binary 10101100 100110 11101001 11010 1010100 0 1001 100011001 1010010 110101

Color Harmonies of #AC26E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26E9

Black with #AC26E9

Text Example


Text Example

White with #AC26E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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