#A427BC

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

Shades of Dark Orchid #A427BC

Tints of Dark Orchid #A427BC

Color information

#A427BC (or 0xA427BC) is unknown color: approx Dark Orchid. HEX triplet: A4, 27 and BC. RGB value is (164,39,188). Sum of RGB (Red+Green+Blue) = 164+39+188=391 (51% of max value = 765). Red value is 164 (64.45% from 255 or 41.94% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #A427BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A427BC is #5BD843. Grayscale: #5C5C5C. Windows color (decimal): -6019140 or 12330916. OLE color: 12330916.

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

Color convert

RGB16439188-
CMYK0.130.7900.26
HSL290.34º65.64%44.51%-
HSV(B)290.34º79.26%73.73%-
XYZ25.1112.9748.76-
YUV93.36181.41178.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 41.94%
GREEN value IS 39 (15.62% from 255) = 9.97%
BLUE value IS 188 (73.83% from 255) = 48.08%
R=41.94%
G=9.97%
B=48.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164391880.130.7900.26290.3465.6444.51
HexA427BCD4F01A122422d
Octal244472741511703244210255
Binary1010010010011110111100110110011110110101001000101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A427BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A427BC; }

 p { color: rgb(164,39,188); }

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

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

 a { background-color: rgb(164,39,188); }

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

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

 span { border-color: rgb(164,39,188); }

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