Html Css Color HEX #AC1BC5 Dark Orchid

📋 copy color: '#AC1BC5'

red 172 ◦ green 27 ◦ blue 197

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

Shades of Dark Orchid #AC1BC5

Tints of Dark Orchid #AC1BC5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.82%

 BLUE value IS 197 (77.34% from 255) = 49.75%

R = 43.43%
G = 6.82%
B = 49.75%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AC1BC5 (or 0xAC1BC5) is known color: Dark Orchid. HEX triplet: AC, 1B and C5. RGB value is (172,27,197). Sum of RGB (Red+Green+Blue) = 172+27+197=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 27 (10.94% from 255 or 6.82% from 396); Blue value is 197 (77.34% from 255 or 49.75% from 396); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC1BC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1BC5 is #53E43A. Grayscale: #595959. Windows color (decimal): -5497915 or 12917676. OLE color: 12917676.

HSL color Cylindrical-coordinate representation of color #AC1BC5: hue angle of 291.18º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1BC5 is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 27 197 -
CMYK 0.13 0.86 0 0.23
HSL 291.18º 0.76% 0.44% -
HSV(B) 291.18º 0.86% 0.77% -
XYZ 27.48 13.59 54 -
YUV 89.74 188.54 186.68 -
System Red Green Blue C M Y K H S L
Decimal 172 27 197 0.13 0.86 0 0.23 291.18 0.76 0.44
Hex AC 1B C5 D 56 0 17 123 4C 2C
Octal 254 33 305 15 126 0 27 443 114 54
Binary 10101100 11011 11000101 1101 1010110 0 10111 100100011 1001100 101100

Color Harmonies of #AC1BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BC5

Black with #AC1BC5

Text Example


Text Example

White with #AC1BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BC5; }

 p { color: rgb(172,27,197); }

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

background-color css

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

 a { background-color: rgb(172,27,197); }

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

border-color css

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

 span { border-color: rgb(172,27,197); }

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