Html Css Color HEX #AC26E6 Dark Orchid

📋 copy color: '#AC26E6'

red 172 ◦ green 38 ◦ blue 230

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

Shades of Dark Orchid #AC26E6

Tints of Dark Orchid #AC26E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 52.27%

R = 39.09%
G = 8.64%
B = 52.27%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC26E6 (or 0xAC26E6) is known color: Dark Orchid. HEX triplet: AC, 26 and E6. RGB value is (172,38,230). Sum of RGB (Red+Green+Blue) = 172+38+230=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 38 (15.23% from 255 or 8.64% from 440); Blue value is 230 (90.23% from 255 or 52.27% from 440); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC26E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC26E6 is #53D919. Grayscale: #636363. Windows color (decimal): -5495066 or 15083180. OLE color: 15083180.

HSL color Cylindrical-coordinate representation of color #AC26E6: hue angle of 281.88º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC26E6 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 38 230 -
CMYK 0.25 0.83 0 0.10
HSL 281.88º 0.79% 0.53% -
HSV(B) 281.88º 0.83% 0.9% -
XYZ 31.99 15.87 76.24 -
YUV 99.95 201.39 179.39 -
System Red Green Blue C M Y K H S L
Decimal 172 38 230 0.25 0.83 0 0.10 281.88 0.79 0.53
Hex AC 26 E6 19 53 0 A 11A 4F 35
Octal 254 46 346 31 123 0 12 432 117 65
Binary 10101100 100110 11100110 11001 1010011 0 1010 100011010 1001111 110101

Color Harmonies of #AC26E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26E6

Black with #AC26E6

Text Example


Text Example

White with #AC26E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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