#A399FC

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

Shades of Perano #A399FC

Tints of Perano #A399FC

Color information

#A399FC (or 0xA399FC) is unknown color: approx Perano. HEX triplet: A3, 99 and FC. RGB value is (163,153,252). Sum of RGB (Red+Green+Blue) = 163+153+252=568 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.70% from 568); Green value is 153 (60.16% from 255 or 26.94% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #A399FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A399FC is #5C6603. Grayscale: #A6A6A6. Windows color (decimal): -6055428 or 16554403. OLE color: 16554403.

HSL color Cylindrical-coordinate representation of color #A399FC: hue angle of 246.06º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A399FC is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163153252-
CMYK0.350.3900.01
HSL246.06º94.29%79.41%-
HSV(B)246.06º39.29%98.82%-
XYZ44.0737.697.03-
YUV167.28175.81124.95-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.70%
GREEN value IS 153 (60.16% from 255) = 26.94%
BLUE value IS 252 (98.83% from 255) = 44.37%
R=28.70%
G=26.94%
B=44.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1631532520.350.3900.01246.0694.2979.41
HexA399FC232701f65e4f
Octal243231374434701366136117
Binary101000111001100111111100100011100111011111011010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A399FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A399FC; }

 p { color: rgb(163,153,252); }

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

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

 a { background-color: rgb(163,153,252); }

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

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

 span { border-color: rgb(163,153,252); }

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