Html Css Color HEX #AC1FE5 Dark Orchid

📋 copy color: '#AC1FE5'

red 172 ◦ green 31 ◦ blue 229

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

Shades of Dark Orchid #AC1FE5

Tints of Dark Orchid #AC1FE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 53.01%

R = 39.81%
G = 7.18%
B = 53.01%

CMYK

 C value IS 0.25

 M value IS 0.86

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC1FE5 (or 0xAC1FE5) is known color: Dark Orchid. HEX triplet: AC, 1F and E5. RGB value is (172,31,229). Sum of RGB (Red+Green+Blue) = 172+31+229=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 229 (89.84% from 255 or 53.01% from 432); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC1FE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1FE5 is #53E01A. Grayscale: #5F5F5F. Windows color (decimal): -5496859 or 15015852. OLE color: 15015852.

HSL color Cylindrical-coordinate representation of color #AC1FE5: hue angle of 282.73º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1FE5 is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 31 229 -
CMYK 0.25 0.86 0 0.10
HSL 282.73º 0.79% 0.51% -
HSV(B) 282.73º 0.86% 0.9% -
XYZ 31.65 15.41 75.43 -
YUV 95.73 203.21 182.4 -
System Red Green Blue C M Y K H S L
Decimal 172 31 229 0.25 0.86 0 0.10 282.73 0.79 0.51
Hex AC 1F E5 19 56 0 A 11B 4F 33
Octal 254 37 345 31 126 0 12 433 117 63
Binary 10101100 11111 11100101 11001 1010110 0 1010 100011011 1001111 110011

Color Harmonies of #AC1FE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FE5

Black with #AC1FE5

Text Example


Text Example

White with #AC1FE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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