#A19DFB

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

Shades of Perano #A19DFB

Tints of Perano #A19DFB

Color information

#A19DFB (or 0xA19DFB) is unknown color: approx Perano. HEX triplet: A1, 9D and FB. RGB value is (161,157,251). Sum of RGB (Red+Green+Blue) = 161+157+251=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 251 (98.44% from 255 or 44.11% from 569); Max value from RGB is 251 - color contains mainly: blue. Hex color #A19DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19DFB is #5E6204. Grayscale: #A8A8A8. Windows color (decimal): -6185477 or 16489889. OLE color: 16489889.

HSL color Cylindrical-coordinate representation of color #A19DFB: hue angle of 242.55º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A19DFB is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161157251-
CMYK0.360.3700.02
HSL242.55º92.16%80%-
HSV(B)242.55º37.45%98.43%-
XYZ44.1738.6696.4-
YUV168.91174.33122.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.30%
GREEN value IS 157 (61.72% from 255) = 27.59%
BLUE value IS 251 (98.44% from 255) = 44.11%
R=28.30%
G=27.59%
B=44.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611572510.360.3700.02242.5592.1680
HexA19DFB242502f35c50
Octal241235373444502363134120
Binary1010000110011101111110111001001001010101111001110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DFB; }

 p { color: rgb(161,157,251); }

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

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

 a { background-color: rgb(161,157,251); }

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

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

 span { border-color: rgb(161,157,251); }

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