Html Css Color HEX #AC3ACE Dark Orchid

📋 copy color: '#AC3ACE'

red 172 ◦ green 58 ◦ blue 206

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

Shades of Dark Orchid #AC3ACE

Tints of Dark Orchid #AC3ACE

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.3%

 BLUE value IS 206 (80.86% from 255) = 47.25%

R = 39.45%
G = 13.3%
B = 47.25%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AC3ACE (or 0xAC3ACE) is known color: Dark Orchid. HEX triplet: AC, 3A and CE. RGB value is (172,58,206). Sum of RGB (Red+Green+Blue) = 172+58+206=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC3ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3ACE is #53C531. Grayscale: #6C6C6C. Windows color (decimal): -5489970 or 13515436. OLE color: 13515436.

HSL color Cylindrical-coordinate representation of color #AC3ACE: hue angle of 286.22º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3ACE is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 172 58 206 -
CMYK 0.17 0.72 0 0.19
HSL 286.22º 0.6% 0.52% -
HSV(B) 286.22º 0.72% 0.81% -
XYZ 29.67 16.25 59.97 -
YUV 108.96 182.77 172.97 -
System Red Green Blue C M Y K H S L
Decimal 172 58 206 0.17 0.72 0 0.19 286.22 0.6 0.52
Hex AC 3A CE 11 48 0 13 11E 3C 34
Octal 254 72 316 21 110 0 23 436 74 64
Binary 10101100 111010 11001110 10001 1001000 0 10011 100011110 111100 110100

Color Harmonies of #AC3ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3ACE

Black with #AC3ACE

Text Example


Text Example

White with #AC3ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3ACE; }

 p { color: rgb(172,58,206); }

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

background-color css

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

 a { background-color: rgb(172,58,206); }

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

border-color css

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

 span { border-color: rgb(172,58,206); }

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