Html Css Color HEX #AC39DF Dark Orchid

📋 copy color: '#AC39DF'

red 172 ◦ green 57 ◦ blue 223

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

Shades of Dark Orchid #AC39DF

Tints of Dark Orchid #AC39DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.34%

R = 38.05%
G = 12.61%
B = 49.34%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AC39DF (or 0xAC39DF) is known color: Dark Orchid. HEX triplet: AC, 39 and DF. RGB value is (172,57,223). Sum of RGB (Red+Green+Blue) = 172+57+223=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC39DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC39DF is #53C620. Grayscale: #6D6D6D. Windows color (decimal): -5490209 or 14629292. OLE color: 14629292.

HSL color Cylindrical-coordinate representation of color #AC39DF: hue angle of 281.57º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC39DF is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 57 223 -
CMYK 0.23 0.74 0 0.13
HSL 281.57º 0.72% 0.55% -
HSV(B) 281.57º 0.74% 0.87% -
XYZ 31.8 17.02 71.42 -
YUV 110.31 191.6 172 -
System Red Green Blue C M Y K H S L
Decimal 172 57 223 0.23 0.74 0 0.13 281.57 0.72 0.55
Hex AC 39 DF 17 4A 0 D 11A 48 37
Octal 254 71 337 27 112 0 15 432 110 67
Binary 10101100 111001 11011111 10111 1001010 0 1101 100011010 1001000 110111

Color Harmonies of #AC39DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC39DF

Black with #AC39DF

Text Example


Text Example

White with #AC39DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC39DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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