#AC3CCA

Color #AC3CCA Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AC3CCA

Tints of Dark Orchid #AC3CCA

Color information

#AC3CCA (or 0xAC3CCA) is unknown color: approx Dark Orchid. HEX triplet: AC, 3C and CA. RGB value is (172,60,202). Sum of RGB (Red+Green+Blue) = 172+60+202=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 60 (23.83% from 255 or 13.82% from 434); Blue value is 202 (79.30% from 255 or 46.54% from 434); Max value from RGB is 202 - color contains mainly: blue. Hex color #AC3CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CCA is #53C335. Grayscale: #6D6D6D. Windows color (decimal): -5489462 or 13253804. OLE color: 13253804.

HSL color Cylindrical-coordinate representation of color #AC3CCA: hue angle of 287.32º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3CCA is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17260202-
CMYK0.150.7000.21
HSL287.32º57.26%51.37%-
HSV(B)287.32º70.3%79.22%-
XYZ29.2916.2757.47-
YUV109.68180.11172.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 60 (23.83% from 255) = 13.82%
BLUE value IS 202 (79.30% from 255) = 46.54%
R=39.63%
G=13.82%
B=46.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal172602020.150.7000.21287.3257.2651.37
HexAC3CCAF4601511f3933
Octal25474312171060254377163
Binary101011001111001100101011111000110010101100011111111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3CCA; }

 p { color: rgb(172,60,202); }

 H1.HeaderClassName
 {
   color: #AC3CCA;
 }
 .AnyTagClassName
 {
   color: #AC3CCA;
 }
</style>
background-color css

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

 a { background-color: rgb(172,60,202); }

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

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

 span { border-color: rgb(172,60,202); }

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