#A527BC

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

Shades of Dark Orchid #A527BC

Tints of Dark Orchid #A527BC

Color information

#A527BC (or 0xA527BC) is unknown color: approx Dark Orchid. HEX triplet: A5, 27 and BC. RGB value is (165,39,188). Sum of RGB (Red+Green+Blue) = 165+39+188=392 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.09% from 392); Green value is 39 (15.62% from 255 or 9.95% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #A527BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A527BC is #5AD843. Grayscale: #5D5D5D. Windows color (decimal): -5953604 or 12330917. OLE color: 12330917.

HSL color Cylindrical-coordinate representation of color #A527BC: hue angle of 290.74º 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 #A527BC is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16539188-
CMYK0.120.7900.26
HSL290.74º65.64%44.51%-
HSV(B)290.74º79.26%73.73%-
XYZ25.3213.0848.77-
YUV93.66181.24178.88-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 42.09%
GREEN value IS 39 (15.62% from 255) = 9.95%
BLUE value IS 188 (73.83% from 255) = 47.96%
R=42.09%
G=9.95%
B=47.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal165391880.120.7900.26290.7465.6444.51
HexA527BCC4F01A123422d
Octal245472741411703244310255
Binary1010010110011110111100110010011110110101001000111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A527BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A527BC; }

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

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

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

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

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

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

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

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