Html Css Color HEX #AC3ACC Dark Orchid

📋 copy color: '#AC3ACC'

red 172 ◦ green 58 ◦ blue 204

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

Shades of Dark Orchid #AC3ACC

Tints of Dark Orchid #AC3ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47%

R = 39.63%
G = 13.36%
B = 47%

CMYK

 C value IS 0.16

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#AC3ACC (or 0xAC3ACC) is known color: Dark Orchid. HEX triplet: AC, 3A and CC. RGB value is (172,58,204). Sum of RGB (Red+Green+Blue) = 172+58+204=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC3ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3ACC is #53C533. Grayscale: #6C6C6C. Windows color (decimal): -5489972 or 13384364. OLE color: 13384364.

HSL color Cylindrical-coordinate representation of color #AC3ACC: hue angle of 286.85º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3ACC is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 172 58 204 -
CMYK 0.16 0.72 0 0.2
HSL 286.85º 0.59% 0.51% -
HSV(B) 286.85º 0.72% 0.8% -
XYZ 29.43 16.16 58.69 -
YUV 108.73 181.77 173.13 -
System Red Green Blue C M Y K H S L
Decimal 172 58 204 0.16 0.72 0 0.2 286.85 0.59 0.51
Hex AC 3A CC 10 48 0 14 11F 3B 33
Octal 254 72 314 20 110 0 24 437 73 63
Binary 10101100 111010 11001100 10000 1001000 0 10100 100011111 111011 110011

Color Harmonies of #AC3ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3ACC

Black with #AC3ACC

Text Example


Text Example

White with #AC3ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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