Html Css Color HEX #AC1CB7 Dark Orchid

📋 copy color: '#AC1CB7'

red 172 ◦ green 28 ◦ blue 183

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

Shades of Dark Orchid #AC1CB7

Tints of Dark Orchid #AC1CB7

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.31%

 BLUE value IS 183 (71.88% from 255) = 47.78%

R = 44.91%
G = 7.31%
B = 47.78%

CMYK

 C value IS 0.06

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AC1CB7 (or 0xAC1CB7) is known color: Dark Orchid. HEX triplet: AC, 1C and B7. RGB value is (172,28,183). Sum of RGB (Red+Green+Blue) = 172+28+183=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 183 (71.88% from 255 or 47.78% from 383); Max value from RGB is 183 - color contains mainly: blue. Hex color #AC1CB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1CB7 is #53E348. Grayscale: #585858. Windows color (decimal): -5497673 or 12000428. OLE color: 12000428.

HSL color Cylindrical-coordinate representation of color #AC1CB7: hue angle of 295.74º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1CB7 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 28 183 -
CMYK 0.06 0.85 0 0.28
HSL 295.74º 0.73% 0.41% -
HSV(B) 295.74º 0.85% 0.72% -
XYZ 25.98 13.02 45.94 -
YUV 88.73 181.21 187.4 -
System Red Green Blue C M Y K H S L
Decimal 172 28 183 0.06 0.85 0 0.28 295.74 0.73 0.41
Hex AC 1C B7 6 55 0 1C 128 49 29
Octal 254 34 267 6 125 0 34 450 111 51
Binary 10101100 11100 10110111 110 1010101 0 11100 100101000 1001001 101001

Color Harmonies of #AC1CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1CB7

Black with #AC1CB7

Text Example


Text Example

White with #AC1CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1CB7; }

 p { color: rgb(172,28,183); }

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

background-color css

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

 a { background-color: rgb(172,28,183); }

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

border-color css

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

 span { border-color: rgb(172,28,183); }

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