#A699FF

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

Shades of Perano #A699FF

Tints of Perano #A699FF

Color information

#A699FF (or 0xA699FF) is unknown color: approx Perano. HEX triplet: A6, 99 and FF. RGB value is (166,153,255). Sum of RGB (Red+Green+Blue) = 166+153+255=574 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.92% from 574); Green value is 153 (60.16% from 255 or 26.66% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #A699FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A699FF is #596600. Grayscale: #A8A8A8. Windows color (decimal): -5858817 or 16751014. OLE color: 16751014.

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

Color convert

RGB166153255-
CMYK0.350.400
HSL247.65º100%80%-
HSV(B)247.65º40%100%-
XYZ45.1738.1199.58-
YUV168.52176.81126.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.92%
GREEN value IS 153 (60.16% from 255) = 26.66%
BLUE value IS 255 (100% from 255) = 44.43%
R=28.92%
G=26.66%
B=44.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1661532550.350.400247.6510080
HexA699FF232800f86450
Octal246231377435000370144120
Binary101001101001100111111111100011101000001111100011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A699FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A699FF; }

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

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

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

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

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

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

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

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