Html Css Color HEX #AC1FC8 Dark Orchid

📋 copy color: '#AC1FC8'

red 172 ◦ green 31 ◦ blue 200

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

Shades of Dark Orchid #AC1FC8

Tints of Dark Orchid #AC1FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 49.63%

R = 42.68%
G = 7.69%
B = 49.63%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AC1FC8 (or 0xAC1FC8) is known color: Dark Orchid. HEX triplet: AC, 1F and C8. RGB value is (172,31,200). Sum of RGB (Red+Green+Blue) = 172+31+200=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 31 (12.5% from 255 or 7.69% from 403); Blue value is 200 (78.52% from 255 or 49.63% from 403); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC1FC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1FC8 is #53E037. Grayscale: #5B5B5B. Windows color (decimal): -5496888 or 13115308. OLE color: 13115308.

HSL color Cylindrical-coordinate representation of color #AC1FC8: hue angle of 290.06º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1FC8 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 31 200 -
CMYK 0.14 0.84 0 0.22
HSL 290.06º 0.73% 0.45% -
HSV(B) 290.06º 0.85% 0.78% -
XYZ 27.93 13.92 55.86 -
YUV 92.43 188.71 184.76 -
System Red Green Blue C M Y K H S L
Decimal 172 31 200 0.14 0.84 0 0.22 290.06 0.73 0.45
Hex AC 1F C8 E 54 0 16 122 49 2D
Octal 254 37 310 16 124 0 26 442 111 55
Binary 10101100 11111 11001000 1110 1010100 0 10110 100100010 1001001 101101

Color Harmonies of #AC1FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FC8

Black with #AC1FC8

Text Example


Text Example

White with #AC1FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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