Html Css Color HEX #AC1FAE Dark Orchid

📋 copy color: '#AC1FAE'

red 172 ◦ green 31 ◦ blue 174

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

Shades of Dark Orchid #AC1FAE

Tints of Dark Orchid #AC1FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 46.15%

R = 45.62%
G = 8.22%
B = 46.15%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AC1FAE (or 0xAC1FAE) is known color: Dark Orchid. HEX triplet: AC, 1F and AE. RGB value is (172,31,174). Sum of RGB (Red+Green+Blue) = 172+31+174=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 174 (68.36% from 255 or 46.15% from 377); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC1FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1FAE is #53E051. Grayscale: #595959. Windows color (decimal): -5496914 or 11411372. OLE color: 11411372.

HSL color Cylindrical-coordinate representation of color #AC1FAE: hue angle of 299.16º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1FAE is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 172 31 174 -
CMYK 0.01 0.82 0 0.32
HSL 299.16º 0.7% 0.4% -
HSV(B) 299.16º 0.82% 0.68% -
XYZ 25.14 12.81 41.19 -
YUV 89.46 175.71 186.87 -
System Red Green Blue C M Y K H S L
Decimal 172 31 174 0.01 0.82 0 0.32 299.16 0.7 0.4
Hex AC 1F AE 1 52 0 20 12B 46 28
Octal 254 37 256 1 122 0 40 453 106 50
Binary 10101100 11111 10101110 1 1010010 0 100000 100101011 1000110 101000

Color Harmonies of #AC1FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FAE

Black with #AC1FAE

Text Example


Text Example

White with #AC1FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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