Html Css Color HEX #AC31EA Dark Orchid

📋 copy color: '#AC31EA'

red 172 ◦ green 49 ◦ blue 234

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

Shades of Dark Orchid #AC31EA

Tints of Dark Orchid #AC31EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.43%

R = 37.8%
G = 10.77%
B = 51.43%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AC31EA (or 0xAC31EA) is known color: Dark Orchid. HEX triplet: AC, 31 and EA. RGB value is (172,49,234). Sum of RGB (Red+Green+Blue) = 172+49+234=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 234 (91.80% from 255 or 51.43% from 455); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC31EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC31EA is #53CE15. Grayscale: #6A6A6A. Windows color (decimal): -5492246 or 15348140. OLE color: 15348140.

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

Color convert

RGB 172 49 234 -
CMYK 0.26 0.79 0 0.08
HSL 279.89º 0.81% 0.55% -
HSV(B) 279.89º 0.79% 0.92% -
XYZ 32.96 16.91 79.37 -
YUV 106.87 199.75 174.46 -
System Red Green Blue C M Y K H S L
Decimal 172 49 234 0.26 0.79 0 0.08 279.89 0.81 0.55
Hex AC 31 EA 1A 4F 0 8 118 51 37
Octal 254 61 352 32 117 0 10 430 121 67
Binary 10101100 110001 11101010 11010 1001111 0 1000 100011000 1010001 110111

Color Harmonies of #AC31EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC31EA

Black with #AC31EA

Text Example


Text Example

White with #AC31EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC31EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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