Html Css Color HEX #AC1FE7 Dark Orchid

📋 copy color: '#AC1FE7'

red 172 ◦ green 31 ◦ blue 231

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

Shades of Dark Orchid #AC1FE7

Tints of Dark Orchid #AC1FE7

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.14%

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

R = 39.63%
G = 7.14%
B = 53.23%

CMYK

 C value IS 0.26

 M value IS 0.87

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AC1FE7 (or 0xAC1FE7) is known color: Dark Orchid. HEX triplet: AC, 1F and E7. RGB value is (172,31,231). Sum of RGB (Red+Green+Blue) = 172+31+231=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 31 (12.5% from 255 or 7.14% from 434); Blue value is 231 (90.62% from 255 or 53.23% from 434); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC1FE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1FE7 is #53E018. Grayscale: #5F5F5F. Windows color (decimal): -5496857 or 15146924. OLE color: 15146924.

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

Color convert

RGB 172 31 231 -
CMYK 0.26 0.87 0 0.09
HSL 282.3º 0.81% 0.51% -
HSV(B) 282.3º 0.87% 0.91% -
XYZ 31.93 15.52 76.91 -
YUV 95.96 204.21 182.24 -
System Red Green Blue C M Y K H S L
Decimal 172 31 231 0.26 0.87 0 0.09 282.3 0.81 0.51
Hex AC 1F E7 1A 57 0 9 11A 51 33
Octal 254 37 347 32 127 0 11 432 121 63
Binary 10101100 11111 11100111 11010 1010111 0 1001 100011010 1010001 110011

Color Harmonies of #AC1FE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FE7

Black with #AC1FE7

Text Example


Text Example

White with #AC1FE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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