Html Css Color HEX #AC1FAB Dark Orchid

📋 copy color: '#AC1FAB'

red 172 ◦ green 31 ◦ blue 171

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

Shades of Dark Orchid #AC1FAB

Tints of Dark Orchid #AC1FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.72%

R = 45.99%
G = 8.29%
B = 45.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC1FAB (or 0xAC1FAB) is known color: Dark Orchid. HEX triplet: AC, 1F and AB. RGB value is (172,31,171). Sum of RGB (Red+Green+Blue) = 172+31+171=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1FAB is #53E054. Grayscale: #585858. Windows color (decimal): -5496917 or 11214764. OLE color: 11214764.

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

Color convert

RGB 172 31 171 -
CMYK 0 0.82 0.01 0.33
HSL 300.43º 0.69% 0.4% -
HSV(B) 300.43º 0.82% 0.67% -
XYZ 24.85 12.69 39.67 -
YUV 89.12 174.21 187.12 -
System Red Green Blue C M Y K H S L
Decimal 172 31 171 0 0.82 0.01 0.33 300.43 0.69 0.4
Hex AC 1F AB 0 52 1 21 12C 45 28
Octal 254 37 253 0 122 1 41 454 105 50
Binary 10101100 11111 10101011 0 1010010 1 100001 100101100 1000101 101000

Color Harmonies of #AC1FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FAB

Black with #AC1FAB

Text Example


Text Example

White with #AC1FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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