Html Css Color HEX #AC1EAB Dark Orchid

📋 copy color: '#AC1EAB'

red 172 ◦ green 30 ◦ blue 171

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

Shades of Dark Orchid #AC1EAB

Tints of Dark Orchid #AC1EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.04%

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

R = 46.11%
G = 8.04%
B = 45.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AC1EAB (or 0xAC1EAB) is known color: Dark Orchid. HEX triplet: AC, 1E and AB. RGB value is (172,30,171). Sum of RGB (Red+Green+Blue) = 172+30+171=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1EAB is #53E154. Grayscale: #585858. Windows color (decimal): -5497173 or 11214508. OLE color: 11214508.

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

Color convert

RGB 172 30 171 -
CMYK 0 0.83 0.01 0.33
HSL 300.42º 0.7% 0.4% -
HSV(B) 300.42º 0.83% 0.67% -
XYZ 24.83 12.64 39.66 -
YUV 88.53 174.54 187.54 -
System Red Green Blue C M Y K H S L
Decimal 172 30 171 0 0.83 0.01 0.33 300.42 0.7 0.4
Hex AC 1E AB 0 53 1 21 12C 46 28
Octal 254 36 253 0 123 1 41 454 106 50
Binary 10101100 11110 10101011 0 1010011 1 100001 100101100 1000110 101000

Color Harmonies of #AC1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1EAB

Black with #AC1EAB

Text Example


Text Example

White with #AC1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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