#A730CC

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

Shades of Dark Orchid #A730CC

Tints of Dark Orchid #A730CC

Color information

#A730CC (or 0xA730CC) is unknown color: approx Dark Orchid. HEX triplet: A7, 30 and CC. RGB value is (167,48,204). Sum of RGB (Red+Green+Blue) = 167+48+204=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #A730CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A730CC is #58CF33. Grayscale: #646464. Windows color (decimal): -5820212 or 13381799. OLE color: 13381799.

HSL color Cylindrical-coordinate representation of color #A730CC: hue angle of 285.77º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A730CC is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16748204-
CMYK0.180.7600.2
HSL285.77º61.9%49.41%-
HSV(B)285.77º76.47%80%-
XYZ27.8914.6958.49-
YUV101.36185.92174.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 39.86%
GREEN value IS 48 (19.14% from 255) = 11.46%
BLUE value IS 204 (80.08% from 255) = 48.69%
R=39.86%
G=11.46%
B=48.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal167482040.180.7600.2285.7761.949.41
HexA730CC124C01411e3e31
Octal24760314221140244367661
Binary1010011111000011001100100101001100010100100011110111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A730CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A730CC; }

 p { color: rgb(167,48,204); }

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

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

 a { background-color: rgb(167,48,204); }

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

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

 span { border-color: rgb(167,48,204); }

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