Html Css Color HEX #AC1FBA Dark Orchid

📋 copy color: '#AC1FBA'

red 172 ◦ green 31 ◦ blue 186

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

Shades of Dark Orchid #AC1FBA

Tints of Dark Orchid #AC1FBA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.97%

 BLUE value IS 186 (73.05% from 255) = 47.81%

R = 44.22%
G = 7.97%
B = 47.81%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AC1FBA (or 0xAC1FBA) is known color: Dark Orchid. HEX triplet: AC, 1F and BA. RGB value is (172,31,186). Sum of RGB (Red+Green+Blue) = 172+31+186=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC1FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1FBA is #53E045. Grayscale: #5A5A5A. Windows color (decimal): -5496902 or 12197804. OLE color: 12197804.

HSL color Cylindrical-coordinate representation of color #AC1FBA: hue angle of 294.58º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1FBA is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 31 186 -
CMYK 0.08 0.83 0 0.27
HSL 294.58º 0.71% 0.43% -
HSV(B) 294.58º 0.83% 0.73% -
XYZ 26.37 13.3 47.63 -
YUV 90.83 181.71 185.9 -
System Red Green Blue C M Y K H S L
Decimal 172 31 186 0.08 0.83 0 0.27 294.58 0.71 0.43
Hex AC 1F BA 8 53 0 1B 127 47 2B
Octal 254 37 272 10 123 0 33 447 107 53
Binary 10101100 11111 10111010 1000 1010011 0 11011 100100111 1000111 101011

Color Harmonies of #AC1FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1FBA

Black with #AC1FBA

Text Example


Text Example

White with #AC1FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1FBA; }

 p { color: rgb(172,31,186); }

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

background-color css

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

 a { background-color: rgb(172,31,186); }

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

border-color css

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

 span { border-color: rgb(172,31,186); }

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