#A19DFA

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

Shades of Perano #A19DFA

Tints of Perano #A19DFA

Color information

#A19DFA (or 0xA19DFA) is unknown color: approx Perano. HEX triplet: A1, 9D and FA. RGB value is (161,157,250). Sum of RGB (Red+Green+Blue) = 161+157+250=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #A19DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A19DFA is #5E6205. Grayscale: #A8A8A8. Windows color (decimal): -6185478 or 16424353. OLE color: 16424353.

HSL color Cylindrical-coordinate representation of color #A19DFA: hue angle of 242.58º degrees, saturation: 0.9, 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 #A19DFA is Cyan = 0.36, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161157250-
CMYK0.360.3700.02
HSL242.58º90.29%79.8%-
HSV(B)242.58º37.2%98.04%-
XYZ44.0138.5995.57-
YUV168.8173.83122.44-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 28.35%
GREEN value IS 157 (61.72% from 255) = 27.64%
BLUE value IS 250 (98.05% from 255) = 44.01%
R=28.35%
G=27.64%
B=44.01%

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
Decimal1611572500.360.3700.02242.5890.2979.8
HexA19DFA242502f35a50
Octal241235372444502363132120
Binary1010000110011101111110101001001001010101111001110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A19DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A19DFA; }

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

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

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

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

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

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

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

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