Html Css Color HEX #AC1CE4 Dark Orchid

📋 copy color: '#AC1CE4'

red 172 ◦ green 28 ◦ blue 228

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

Shades of Dark Orchid #AC1CE4

Tints of Dark Orchid #AC1CE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 53.27%

R = 40.19%
G = 6.54%
B = 53.27%

CMYK

 C value IS 0.25

 M value IS 0.88

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AC1CE4 (or 0xAC1CE4) is known color: Dark Orchid. HEX triplet: AC, 1C and E4. RGB value is (172,28,228). Sum of RGB (Red+Green+Blue) = 172+28+228=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 28 (11.33% from 255 or 6.54% from 428); Blue value is 228 (89.45% from 255 or 53.27% from 428); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC1CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CE4 is #53E31B. Grayscale: #5D5D5D. Windows color (decimal): -5497628 or 14949548. OLE color: 14949548.

HSL color Cylindrical-coordinate representation of color #AC1CE4: hue angle of 283.2º degrees, saturation: 0.79, 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 #AC1CE4 is Cyan = 0.25, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 172 28 228 -
CMYK 0.25 0.88 0 0.11
HSL 283.2º 0.79% 0.5% -
HSV(B) 283.2º 0.88% 0.89% -
XYZ 31.43 15.2 74.68 -
YUV 93.86 203.71 183.74 -
System Red Green Blue C M Y K H S L
Decimal 172 28 228 0.25 0.88 0 0.11 283.2 0.79 0.5
Hex AC 1C E4 19 58 0 B 11B 4F 32
Octal 254 34 344 31 130 0 13 433 117 62
Binary 10101100 11100 11100100 11001 1011000 0 1011 100011011 1001111 110010

Color Harmonies of #AC1CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CE4

Black with #AC1CE4

Text Example


Text Example

White with #AC1CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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