#A699FE

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

Shades of Perano #A699FE

Tints of Perano #A699FE

Color information

#A699FE (or 0xA699FE) is unknown color: approx Perano. HEX triplet: A6, 99 and FE. RGB value is (166,153,254). Sum of RGB (Red+Green+Blue) = 166+153+254=573 (75% of max value = 765). Red value is 166 (65.23% from 255 or 28.97% from 573); Green value is 153 (60.16% from 255 or 26.70% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #A699FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A699FE is #596601. Grayscale: #A8A8A8. Windows color (decimal): -5858818 or 16685478. OLE color: 16685478.

HSL color Cylindrical-coordinate representation of color #A699FE: hue angle of 247.72º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A699FE is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB166153254-
CMYK0.350.4000.00
HSL247.72º98.06%79.8%-
HSV(B)247.72º39.76%99.61%-
XYZ45.0138.0598.74-
YUV168.4176.31126.29-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.97%
GREEN value IS 153 (60.16% from 255) = 26.70%
BLUE value IS 254 (99.61% from 255) = 44.33%
R=28.97%
G=26.70%
B=44.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1661532540.350.4000.00247.7298.0679.8
HexA699FE232800f86250
Octal246231376435000370142120
Binary101001101001100111111110100011101000001111100011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A699FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A699FE; }

 p { color: rgb(166,153,254); }

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

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

 a { background-color: rgb(166,153,254); }

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

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

 span { border-color: rgb(166,153,254); }

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