#A52FBA

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

Shades of Dark Orchid #A52FBA

Tints of Dark Orchid #A52FBA

Color information

#A52FBA (or 0xA52FBA) is unknown color: approx Dark Orchid. HEX triplet: A5, 2F and BA. RGB value is (165,47,186). Sum of RGB (Red+Green+Blue) = 165+47+186=398 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.46% from 398); Green value is 47 (18.75% from 255 or 11.81% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #A52FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A52FBA is #5AD045. Grayscale: #616161. Windows color (decimal): -5951558 or 12201893. OLE color: 12201893.

HSL color Cylindrical-coordinate representation of color #A52FBA: hue angle of 290.94º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A52FBA is Cyan = 0.11, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16547186-
CMYK0.110.7500.27
HSL290.94º59.66%45.69%-
HSV(B)290.94º74.73%72.94%-
XYZ25.413.5847.74-
YUV98.13177.59175.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 41.46%
GREEN value IS 47 (18.75% from 255) = 11.81%
BLUE value IS 186 (73.05% from 255) = 46.73%
R=41.46%
G=11.81%
B=46.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165471860.110.7500.27290.9459.6645.69
HexA52FBAB4B01B1233c2e
Octal24557272131130334437456
Binary101001011011111011101010111001011011011100100011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A52FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A52FBA; }

 p { color: rgb(165,47,186); }

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

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

 a { background-color: rgb(165,47,186); }

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

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

 span { border-color: rgb(165,47,186); }

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