Html Css Color HEX #AC39E6 Dark Orchid

📋 copy color: '#AC39E6'

red 172 ◦ green 57 ◦ blue 230

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

Shades of Dark Orchid #AC39E6

Tints of Dark Orchid #AC39E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 50.11%

R = 37.47%
G = 12.42%
B = 50.11%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#AC39E6 (or 0xAC39E6) is known color: Dark Orchid. HEX triplet: AC, 39 and E6. RGB value is (172,57,230). Sum of RGB (Red+Green+Blue) = 172+57+230=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 57 (22.66% from 255 or 12.42% from 459); Blue value is 230 (90.23% from 255 or 50.11% from 459); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC39E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC39E6 is #53C619. Grayscale: #6E6E6E. Windows color (decimal): -5490202 or 15088044. OLE color: 15088044.

HSL color Cylindrical-coordinate representation of color #AC39E6: hue angle of 279.88º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC39E6 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 172 57 230 -
CMYK 0.25 0.75 0 0.10
HSL 279.88º 0.78% 0.56% -
HSV(B) 279.88º 0.75% 0.9% -
XYZ 32.76 17.41 76.5 -
YUV 111.11 195.1 171.43 -
System Red Green Blue C M Y K H S L
Decimal 172 57 230 0.25 0.75 0 0.10 279.88 0.78 0.56
Hex AC 39 E6 19 4B 0 A 118 4E 38
Octal 254 71 346 31 113 0 12 430 116 70
Binary 10101100 111001 11100110 11001 1001011 0 1010 100011000 1001110 111000

Color Harmonies of #AC39E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC39E6

Black with #AC39E6

Text Example


Text Example

White with #AC39E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC39E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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