#A268AF

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

Shades of Violet Blue #A268AF

Tints of Violet Blue #A268AF

Color information

#A268AF (or 0xA268AF) is unknown color: approx Violet Blue. HEX triplet: A2, 68 and AF. RGB value is (162,104,175). Sum of RGB (Red+Green+Blue) = 162+104+175=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #A268AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A268AF is #5D9750. Grayscale: #818181. Windows color (decimal): -6133585 or 11495586. OLE color: 11495586.

HSL color Cylindrical-coordinate representation of color #A268AF: hue angle of 289.01º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A268AF is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB162104175-
CMYK0.070.4100.31
HSL289.01º30.74%54.71%-
HSV(B)289.01º40.57%68.63%-
XYZ27.5920.6843.09-
YUV129.44153.72151.23-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 104 (41.02% from 255) = 23.58%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=36.73%
G=23.58%
B=39.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1621041750.070.4100.31289.0130.7454.71
HexA268AF72901F1211f37
Octal2421502577510374413767
Binary1010001011010001010111111110100101111110010000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A268AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A268AF; }

 p { color: rgb(162,104,175); }

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

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

 a { background-color: rgb(162,104,175); }

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

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

 span { border-color: rgb(162,104,175); }

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