Html Css Color HEX #AC1CE7 Dark Orchid

📋 copy color: '#AC1CE7'

red 172 ◦ green 28 ◦ blue 231

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

Shades of Dark Orchid #AC1CE7

Tints of Dark Orchid #AC1CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 53.6%

R = 39.91%
G = 6.5%
B = 53.6%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC1CE7 (or 0xAC1CE7) is known color: Dark Orchid. HEX triplet: AC, 1C and E7. RGB value is (172,28,231). Sum of RGB (Red+Green+Blue) = 172+28+231=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 28 (11.33% from 255 or 6.50% from 431); Blue value is 231 (90.62% from 255 or 53.60% from 431); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC1CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1CE7 is #53E318. Grayscale: #5D5D5D. Windows color (decimal): -5497625 or 15146156. OLE color: 15146156.

HSL color Cylindrical-coordinate representation of color #AC1CE7: hue angle of 282.56º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1CE7 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 172 28 231 -
CMYK 0.26 0.88 0 0.09
HSL 282.56º 0.81% 0.51% -
HSV(B) 282.56º 0.88% 0.91% -
XYZ 31.85 15.37 76.89 -
YUV 94.2 205.21 183.49 -
System Red Green Blue C M Y K H S L
Decimal 172 28 231 0.26 0.88 0 0.09 282.56 0.81 0.51
Hex AC 1C E7 1A 58 0 9 11B 51 33
Octal 254 34 347 32 130 0 11 433 121 63
Binary 10101100 11100 11100111 11010 1011000 0 1001 100011011 1010001 110011

Color Harmonies of #AC1CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CE7

Black with #AC1CE7

Text Example


Text Example

White with #AC1CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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