#A99DFD

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

Shades of Perano #A99DFD

Tints of Perano #A99DFD

Color information

#A99DFD (or 0xA99DFD) is unknown color: approx Perano. HEX triplet: A9, 9D and FD. RGB value is (169,157,253). Sum of RGB (Red+Green+Blue) = 169+157+253=579 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.19% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #A99DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A99DFD is #566202. Grayscale: #ABABAB. Windows color (decimal): -5661187 or 16620969. OLE color: 16620969.

HSL color Cylindrical-coordinate representation of color #A99DFD: hue angle of 247.5º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A99DFD is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB169157253-
CMYK0.330.3800.01
HSL247.5º96%80.39%-
HSV(B)247.5º37.94%99.22%-
XYZ46.1539.6498.15-
YUV171.53173.98126.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 29.19%
GREEN value IS 157 (61.72% from 255) = 27.12%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=29.19%
G=27.12%
B=43.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1691572530.330.3800.01247.59680.39
HexA99DFD212601f86050
Octal251235375414601370140120
Binary101010011001110111111101100001100110011111100011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99DFD; }

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

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

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

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

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

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

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

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