Html Css Color HEX #AC1BBE Dark Orchid

📋 copy color: '#AC1BBE'

red 172 ◦ green 27 ◦ blue 190

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

Shades of Dark Orchid #AC1BBE

Tints of Dark Orchid #AC1BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.84%

R = 44.22%
G = 6.94%
B = 48.84%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AC1BBE (or 0xAC1BBE) is known color: Dark Orchid. HEX triplet: AC, 1B and BE. RGB value is (172,27,190). Sum of RGB (Red+Green+Blue) = 172+27+190=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 27 (10.94% from 255 or 6.94% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #AC1BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1BBE is #53E441. Grayscale: #585858. Windows color (decimal): -5497922 or 12458924. OLE color: 12458924.

HSL color Cylindrical-coordinate representation of color #AC1BBE: hue angle of 293.37º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AC1BBE is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 172 27 190 -
CMYK 0.09 0.86 0 0.25
HSL 293.37º 0.75% 0.43% -
HSV(B) 293.37º 0.86% 0.75% -
XYZ 26.7 13.27 49.87 -
YUV 88.94 185.04 187.25 -
System Red Green Blue C M Y K H S L
Decimal 172 27 190 0.09 0.86 0 0.25 293.37 0.75 0.43
Hex AC 1B BE 9 56 0 19 125 4B 2B
Octal 254 33 276 11 126 0 31 445 113 53
Binary 10101100 11011 10111110 1001 1010110 0 11001 100100101 1001011 101011

Color Harmonies of #AC1BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1BBE

Black with #AC1BBE

Text Example


Text Example

White with #AC1BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1BBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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