Html Css Color HEX #AC1CE3 Dark Orchid

📋 copy color: '#AC1CE3'

red 172 ◦ green 28 ◦ blue 227

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

Shades of Dark Orchid #AC1CE3

Tints of Dark Orchid #AC1CE3

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.56%

 BLUE value IS 227 (89.06% from 255) = 53.16%

R = 40.28%
G = 6.56%
B = 53.16%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC1CE3 (or 0xAC1CE3) is known color: Dark Orchid. HEX triplet: AC, 1C and E3. RGB value is (172,28,227). Sum of RGB (Red+Green+Blue) = 172+28+227=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 28 (11.33% from 255 or 6.56% from 427); Blue value is 227 (89.06% from 255 or 53.16% from 427); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC1CE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CE3 is #53E31C. Grayscale: #5D5D5D. Windows color (decimal): -5497629 or 14884012. OLE color: 14884012.

HSL color Cylindrical-coordinate representation of color #AC1CE3: hue angle of 283.42º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1CE3 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 28 227 -
CMYK 0.24 0.88 0 0.11
HSL 283.42º 0.78% 0.5% -
HSV(B) 283.42º 0.88% 0.89% -
XYZ 31.29 15.15 73.95 -
YUV 93.74 203.21 183.82 -
System Red Green Blue C M Y K H S L
Decimal 172 28 227 0.24 0.88 0 0.11 283.42 0.78 0.5
Hex AC 1C E3 18 58 0 B 11B 4E 32
Octal 254 34 343 30 130 0 13 433 116 62
Binary 10101100 11100 11100011 11000 1011000 0 1011 100011011 1001110 110010

Color Harmonies of #AC1CE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CE3

Black with #AC1CE3

Text Example


Text Example

White with #AC1CE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CE3; }

 p { color: rgb(172,28,227); }

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

background-color css

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

 a { background-color: rgb(172,28,227); }

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

border-color css

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

 span { border-color: rgb(172,28,227); }

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