Html Css Color HEX #AC31E9 Dark Orchid

📋 copy color: '#AC31E9'

red 172 ◦ green 49 ◦ blue 233

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

Shades of Dark Orchid #AC31E9

Tints of Dark Orchid #AC31E9

RGB

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

 GREEN value IS 49 (19.53% from 255) = 10.79%

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

R = 37.89%
G = 10.79%
B = 51.32%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC31E9 (or 0xAC31E9) is known color: Dark Orchid. HEX triplet: AC, 31 and E9. RGB value is (172,49,233). Sum of RGB (Red+Green+Blue) = 172+49+233=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 49 (19.53% from 255 or 10.79% from 454); Blue value is 233 (91.41% from 255 or 51.32% from 454); Max value from RGB is 233 - color contains mainly: blue. Hex color #AC31E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC31E9 is #53CE16. Grayscale: #6A6A6A. Windows color (decimal): -5492247 or 15282604. OLE color: 15282604.

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

Color convert

RGB 172 49 233 -
CMYK 0.26 0.79 0 0.09
HSL 280.11º 0.81% 0.55% -
HSV(B) 280.11º 0.79% 0.91% -
XYZ 32.82 16.85 78.61 -
YUV 106.75 199.25 174.54 -
System Red Green Blue C M Y K H S L
Decimal 172 49 233 0.26 0.79 0 0.09 280.11 0.81 0.55
Hex AC 31 E9 1A 4F 0 9 118 51 37
Octal 254 61 351 32 117 0 11 430 121 67
Binary 10101100 110001 11101001 11010 1001111 0 1001 100011000 1010001 110111

Color Harmonies of #AC31E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC31E9

Black with #AC31E9

Text Example


Text Example

White with #AC31E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC31E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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