#A65F9D

Color #A65F9D Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A65F9D

Tints of Violet Blue #A65F9D

Color information

#A65F9D (or 0xA65F9D) is unknown color: approx Violet Blue. HEX triplet: A6, 5F and 9D. RGB value is (166,95,157). Sum of RGB (Red+Green+Blue) = 166+95+157=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65F9D is #59A062. Grayscale: #7B7B7B. Windows color (decimal): -5873763 or 10313638. OLE color: 10313638.

HSL color Cylindrical-coordinate representation of color #A65F9D: hue angle of 307.61º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A65F9D is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB16695157-
CMYK00.430.050.35
HSL307.61º28.51%51.18%-
HSV(B)307.61º42.77%65.1%-
XYZ25.918.7334.15-
YUV123.3147.02158.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.71%
GREEN value IS 95 (37.5% from 255) = 22.73%
BLUE value IS 157 (61.72% from 255) = 37.56%
R=39.71%
G=22.73%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669515700.430.050.35307.6128.5151.18
HexA65F9D02B5231341d33
Octal2461372350535434643563
Binary10100110101111110011101010101110110001110011010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65F9D; }

 p { color: rgb(166,95,157); }

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

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

 a { background-color: rgb(166,95,157); }

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

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

 span { border-color: rgb(166,95,157); }

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