#A99DFE

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

Shades of Perano #A99DFE

Tints of Perano #A99DFE

Color information

#A99DFE (or 0xA99DFE) is unknown color: approx Perano. HEX triplet: A9, 9D and FE. RGB value is (169,157,254). Sum of RGB (Red+Green+Blue) = 169+157+254=580 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.14% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #A99DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99DFE is #566201. Grayscale: #ABABAB. Windows color (decimal): -5661186 or 16686505. OLE color: 16686505.

HSL color Cylindrical-coordinate representation of color #A99DFE: hue angle of 247.42º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A99DFE is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB169157254-
CMYK0.330.3800.00
HSL247.42º97.98%80.59%-
HSV(B)247.42º38.19%99.61%-
XYZ46.3139.798.99-
YUV171.65174.48126.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.14%
GREEN value IS 157 (61.72% from 255) = 27.07%
BLUE value IS 254 (99.61% from 255) = 43.79%
R=29.14%
G=27.07%
B=43.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1691572540.330.3800.00247.4297.9880.59
HexA99DFE212600f76251
Octal251235376414600367142121
Binary101010011001110111111110100001100110001111011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DFE; }

 p { color: rgb(169,157,254); }

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

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

 a { background-color: rgb(169,157,254); }

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

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

 span { border-color: rgb(169,157,254); }

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