#A3AFF2

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

Shades of Perano #A3AFF2

Tints of Perano #A3AFF2

Color information

#A3AFF2 (or 0xA3AFF2) is unknown color: approx Perano. HEX triplet: A3, AF and F2. RGB value is (163,175,242). Sum of RGB (Red+Green+Blue) = 163+175+242=580 (76% of max value = 765). Red value is 163 (64.06% from 255 or 28.10% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 242 (94.92% from 255 or 41.72% from 580); Max value from RGB is 242 - color contains mainly: blue. Hex color #A3AFF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A3AFF2 is #5C500D. Grayscale: #B2B2B2. Windows color (decimal): -6049806 or 15904675. OLE color: 15904675.

HSL color Cylindrical-coordinate representation of color #A3AFF2: hue angle of 230.89º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3AFF2 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB163175242-
CMYK0.330.2800.05
HSL230.89º75.24%79.41%-
HSV(B)230.89º32.64%94.9%-
XYZ46.4644.8690.21-
YUV179.05163.52116.55-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.10%
GREEN value IS 175 (68.75% from 255) = 30.17%
BLUE value IS 242 (94.92% from 255) = 41.72%
R=28.10%
G=30.17%
B=41.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1631752420.330.2800.05230.8975.2479.41
HexA3AFF2211C05e74b4f
Octal243257362413405347113117
Binary1010001110101111111100101000011110001011110011110010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3AFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3AFF2; }

 p { color: rgb(163,175,242); }

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

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

 a { background-color: rgb(163,175,242); }

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

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

 span { border-color: rgb(163,175,242); }

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