Html Css Color HEX #AC31EC Dark Orchid

📋 copy color: '#AC31EC'

red 172 ◦ green 49 ◦ blue 236

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

Shades of Dark Orchid #AC31EC

Tints of Dark Orchid #AC31EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 51.64%

R = 37.64%
G = 10.72%
B = 51.64%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC31EC (or 0xAC31EC) is known color: Dark Orchid. HEX triplet: AC, 31 and EC. RGB value is (172,49,236). Sum of RGB (Red+Green+Blue) = 172+49+236=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 49 (19.53% from 255 or 10.72% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC31EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC31EC is #53CE13. Grayscale: #6A6A6A. Windows color (decimal): -5492244 or 15479212. OLE color: 15479212.

HSL color Cylindrical-coordinate representation of color #AC31EC: hue angle of 279.47º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC31EC is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 49 236 -
CMYK 0.27 0.79 0 0.07
HSL 279.47º 0.83% 0.56% -
HSV(B) 279.47º 0.79% 0.93% -
XYZ 33.25 17.02 80.89 -
YUV 107.1 200.75 174.29 -
System Red Green Blue C M Y K H S L
Decimal 172 49 236 0.27 0.79 0 0.07 279.47 0.83 0.56
Hex AC 31 EC 1B 4F 0 7 117 53 38
Octal 254 61 354 33 117 0 7 427 123 70
Binary 10101100 110001 11101100 11011 1001111 0 111 100010111 1010011 111000

Color Harmonies of #AC31EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC31EC

Black with #AC31EC

Text Example


Text Example

White with #AC31EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC31EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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