Html Css Color HEX #AC3CEE Dark Orchid

📋 copy color: '#AC3CEE'

red 172 ◦ green 60 ◦ blue 238

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

Shades of Dark Orchid #AC3CEE

Tints of Dark Orchid #AC3CEE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.77%

 BLUE value IS 238 (93.36% from 255) = 50.64%

R = 36.6%
G = 12.77%
B = 50.64%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#AC3CEE (or 0xAC3CEE) is known color: Dark Orchid. HEX triplet: AC, 3C and EE. RGB value is (172,60,238). Sum of RGB (Red+Green+Blue) = 172+60+238=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 60 (23.83% from 255 or 12.77% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #AC3CEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3CEE is #53C311. Grayscale: #717171. Windows color (decimal): -5489426 or 15613100. OLE color: 15613100.

HSL color Cylindrical-coordinate representation of color #AC3CEE: hue angle of 277.75º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC3CEE is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 172 60 238 -
CMYK 0.28 0.75 0 0.07
HSL 277.75º 0.84% 0.58% -
HSV(B) 277.75º 0.75% 0.93% -
XYZ 34.06 18.18 82.6 -
YUV 113.78 198.11 169.53 -
System Red Green Blue C M Y K H S L
Decimal 172 60 238 0.28 0.75 0 0.07 277.75 0.84 0.58
Hex AC 3C EE 1C 4B 0 7 116 54 3A
Octal 254 74 356 34 113 0 7 426 124 72
Binary 10101100 111100 11101110 11100 1001011 0 111 100010110 1010100 111010

Color Harmonies of #AC3CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3CEE

Black with #AC3CEE

Text Example


Text Example

White with #AC3CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3CEE; }

 p { color: rgb(172,60,238); }

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

background-color css

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

 a { background-color: rgb(172,60,238); }

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

border-color css

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

 span { border-color: rgb(172,60,238); }

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