#A398FE

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

Shades of Perano #A398FE

Tints of Perano #A398FE

Color information

#A398FE (or 0xA398FE) is unknown color: approx Perano. HEX triplet: A3, 98 and FE. RGB value is (163,152,254). Sum of RGB (Red+Green+Blue) = 163+152+254=569 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.65% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #A398FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A398FE is #5C6701. Grayscale: #A6A6A6. Windows color (decimal): -6055682 or 16685219. OLE color: 16685219.

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

Color convert

RGB163152254-
CMYK0.360.4000.00
HSL246.47º98.08%79.61%-
HSV(B)246.47º40.16%99.61%-
XYZ44.2237.498.65-
YUV166.92177.14125.21-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.65%
GREEN value IS 152 (59.77% from 255) = 26.71%
BLUE value IS 254 (99.61% from 255) = 44.64%
R=28.65%
G=26.71%
B=44.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1631522540.360.4000.00246.4798.0879.61
HexA398FE242800f66250
Octal243230376445000366142120
Binary101000111001100011111110100100101000001111011011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A398FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A398FE; }

 p { color: rgb(163,152,254); }

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

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

 a { background-color: rgb(163,152,254); }

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

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

 span { border-color: rgb(163,152,254); }

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