#A330BC

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

Shades of Dark Orchid #A330BC

Tints of Dark Orchid #A330BC

Color information

#A330BC (or 0xA330BC) is unknown color: approx Dark Orchid. HEX triplet: A3, 30 and BC. RGB value is (163,48,188). Sum of RGB (Red+Green+Blue) = 163+48+188=399 (52% of max value = 765). Red value is 163 (64.06% from 255 or 40.85% from 399); Green value is 48 (19.14% from 255 or 12.03% from 399); Blue value is 188 (73.83% from 255 or 47.12% from 399); Max value from RGB is 188 - color contains mainly: blue. Hex color #A330BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A330BC is #5CCF43. Grayscale: #616161. Windows color (decimal): -6082372 or 12333219. OLE color: 12333219.

HSL color Cylindrical-coordinate representation of color #A330BC: hue angle of 289.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A330BC is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16348188-
CMYK0.130.7400.26
HSL289.29º59.32%46.27%-
HSV(B)289.29º74.47%73.73%-
XYZ25.2413.5348.86-
YUV98.34178.6174.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 40.85%
GREEN value IS 48 (19.14% from 255) = 12.03%
BLUE value IS 188 (73.83% from 255) = 47.12%
R=40.85%
G=12.03%
B=47.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal163481880.130.7400.26289.2959.3246.27
HexA330BCD4A01A1213b2e
Octal24360274151120324417356
Binary101000111100001011110011011001010011010100100001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A330BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A330BC; }

 p { color: rgb(163,48,188); }

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

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

 a { background-color: rgb(163,48,188); }

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

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

 span { border-color: rgb(163,48,188); }

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