Html Css Color HEX #AC26E7 Dark Orchid

📋 copy color: '#AC26E7'

red 172 ◦ green 38 ◦ blue 231

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

Shades of Dark Orchid #AC26E7

Tints of Dark Orchid #AC26E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 52.38%

R = 39%
G = 8.62%
B = 52.38%

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

#AC26E7 (or 0xAC26E7) is known color: Dark Orchid. HEX triplet: AC, 26 and E7. RGB value is (172,38,231). Sum of RGB (Red+Green+Blue) = 172+38+231=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 38 (15.23% from 255 or 8.62% from 441); Blue value is 231 (90.62% from 255 or 52.38% from 441); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC26E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC26E7 is #53D918. Grayscale: #636363. Windows color (decimal): -5495065 or 15148716. OLE color: 15148716.

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

Color convert

RGB 172 38 231 -
CMYK 0.26 0.84 0 0.09
HSL 281.66º 0.8% 0.53% -
HSV(B) 281.66º 0.84% 0.91% -
XYZ 32.13 15.93 76.98 -
YUV 100.07 201.89 179.31 -
System Red Green Blue C M Y K H S L
Decimal 172 38 231 0.26 0.84 0 0.09 281.66 0.8 0.53
Hex AC 26 E7 1A 54 0 9 11A 50 35
Octal 254 46 347 32 124 0 11 432 120 65
Binary 10101100 100110 11100111 11010 1010100 0 1001 100011010 1010000 110101

Color Harmonies of #AC26E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC26E7

Black with #AC26E7

Text Example


Text Example

White with #AC26E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC26E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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