Html Css Color HEX #AC31BC Dark Orchid

📋 copy color: '#AC31BC'

red 172 ◦ green 49 ◦ blue 188

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

Shades of Dark Orchid #AC31BC

Tints of Dark Orchid #AC31BC

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.98%

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

R = 42.05%
G = 11.98%
B = 45.97%

CMYK

 C value IS 0.09

 M value IS 0.74

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC31BC (or 0xAC31BC) is known color: Dark Orchid. HEX triplet: AC, 31 and BC. RGB value is (172,49,188). Sum of RGB (Red+Green+Blue) = 172+49+188=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 49 (19.53% from 255 or 11.98% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC31BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC31BC is #53CE43. Grayscale: #656565. Windows color (decimal): -5492292 or 12333484. OLE color: 12333484.

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

Color convert

RGB 172 49 188 -
CMYK 0.09 0.74 0 0.26
HSL 293.09º 0.59% 0.46% -
HSV(B) 293.09º 0.74% 0.74% -
XYZ 27.19 14.6 48.96 -
YUV 101.62 176.75 178.2 -
System Red Green Blue C M Y K H S L
Decimal 172 49 188 0.09 0.74 0 0.26 293.09 0.59 0.46
Hex AC 31 BC 9 4A 0 1A 125 3B 2E
Octal 254 61 274 11 112 0 32 445 73 56
Binary 10101100 110001 10111100 1001 1001010 0 11010 100100101 111011 101110

Color Harmonies of #AC31BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC31BC

Black with #AC31BC

Text Example


Text Example

White with #AC31BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC31BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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