#A862AF

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

Shades of Violet Blue #A862AF

Tints of Violet Blue #A862AF

Color information

#A862AF (or 0xA862AF) is unknown color: approx Violet Blue. HEX triplet: A8, 62 and AF. RGB value is (168,98,175). Sum of RGB (Red+Green+Blue) = 168+98+175=441 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.10% from 441); Green value is 98 (38.67% from 255 or 22.22% 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 #A862AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A862AF is #579D50. Grayscale: #7F7F7F. Windows color (decimal): -5741905 or 11494056. OLE color: 11494056.

HSL color Cylindrical-coordinate representation of color #A862AF: hue angle of 294.55º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A862AF is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16898175-
CMYK0.040.4400.31
HSL294.55º32.49%53.53%-
HSV(B)294.55º44%68.63%-
XYZ28.2520.1642.96-
YUV127.71154.69156.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.10%
GREEN value IS 98 (38.67% from 255) = 22.22%
BLUE value IS 175 (68.75% from 255) = 39.68%
R=38.10%
G=22.22%
B=39.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal168981750.040.4400.31294.5532.4953.53
HexA862AF42C01F1272036
Octal2501422574540374474066
Binary10101000110001010101111100101100011111100100111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A862AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A862AF; }

 p { color: rgb(168,98,175); }

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

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

 a { background-color: rgb(168,98,175); }

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

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

 span { border-color: rgb(168,98,175); }

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