Html Css Color HEX #AC1ABC Dark Orchid

📋 copy color: '#AC1ABC'

red 172 ◦ green 26 ◦ blue 188

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

Shades of Dark Orchid #AC1ABC

Tints of Dark Orchid #AC1ABC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.74%

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 44.56%
G = 6.74%
B = 48.7%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC1ABC (or 0xAC1ABC) is known color: Dark Orchid. HEX triplet: AC, 1A and BC. RGB value is (172,26,188). Sum of RGB (Red+Green+Blue) = 172+26+188=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC1ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1ABC is #53E543. Grayscale: #575757. Windows color (decimal): -5498180 or 12327596. OLE color: 12327596.

HSL color Cylindrical-coordinate representation of color #AC1ABC: hue angle of 294.07º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1ABC is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 172 26 188 -
CMYK 0.09 0.86 0 0.26
HSL 294.07º 0.76% 0.42% -
HSV(B) 294.07º 0.86% 0.74% -
XYZ 26.46 13.14 48.72 -
YUV 88.12 184.37 187.83 -
System Red Green Blue C M Y K H S L
Decimal 172 26 188 0.09 0.86 0 0.26 294.07 0.76 0.42
Hex AC 1A BC 9 56 0 1A 126 4C 2A
Octal 254 32 274 11 126 0 32 446 114 52
Binary 10101100 11010 10111100 1001 1010110 0 11010 100100110 1001100 101010

Color Harmonies of #AC1ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1ABC

Black with #AC1ABC

Text Example


Text Example

White with #AC1ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1ABC; }

 p { color: rgb(172,26,188); }

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

background-color css

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

 a { background-color: rgb(172,26,188); }

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

border-color css

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

 span { border-color: rgb(172,26,188); }

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