Html Css Color HEX #AC39BC Dark Orchid

📋 copy color: '#AC39BC'

red 172 ◦ green 57 ◦ blue 188

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

Shades of Dark Orchid #AC39BC

Tints of Dark Orchid #AC39BC

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.67%

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

R = 41.25%
G = 13.67%
B = 45.08%

CMYK

 C value IS 0.09

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AC39BC (or 0xAC39BC) is known color: Dark Orchid. HEX triplet: AC, 39 and BC. RGB value is (172,57,188). Sum of RGB (Red+Green+Blue) = 172+57+188=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 57 (22.66% from 255 or 13.67% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC39BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC39BC is #53C643. Grayscale: #696969. Windows color (decimal): -5490244 or 12335532. OLE color: 12335532.

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

Color convert

RGB 172 57 188 -
CMYK 0.09 0.70 0 0.26
HSL 292.67º 0.53% 0.48% -
HSV(B) 292.67º 0.7% 0.74% -
XYZ 27.55 15.33 49.08 -
YUV 106.32 174.1 174.85 -
System Red Green Blue C M Y K H S L
Decimal 172 57 188 0.09 0.70 0 0.26 292.67 0.53 0.48
Hex AC 39 BC 9 46 0 1A 125 35 30
Octal 254 71 274 11 106 0 32 445 65 60
Binary 10101100 111001 10111100 1001 1000110 0 11010 100100101 110101 110000

Color Harmonies of #AC39BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC39BC

Black with #AC39BC

Text Example


Text Example

White with #AC39BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC39BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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