#A8A5FB

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

Shades of Perano #A8A5FB

Tints of Perano #A8A5FB

Color information

#A8A5FB (or 0xA8A5FB) is unknown color: approx Perano. HEX triplet: A8, A5 and FB. RGB value is (168,165,251). Sum of RGB (Red+Green+Blue) = 168+165+251=584 (77% of max value = 765). Red value is 168 (66.02% from 255 or 28.77% from 584); Green value is 165 (64.84% from 255 or 28.25% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #A8A5FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8A5FB is #575A04. Grayscale: #AFAFAF. Windows color (decimal): -5724677 or 16491944. OLE color: 16491944.

HSL color Cylindrical-coordinate representation of color #A8A5FB: hue angle of 242.09º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8A5FB is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB168165251-
CMYK0.330.3400.02
HSL242.09º91.49%81.57%-
HSV(B)242.09º34.26%98.43%-
XYZ47.0242.296.93-
YUV175.7170.49122.51-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.77%
GREEN value IS 165 (64.84% from 255) = 28.25%
BLUE value IS 251 (98.44% from 255) = 42.98%
R=28.77%
G=28.25%
B=42.98%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1681652510.330.3400.02242.0991.4981.57
HexA8A5FB212202f25b52
Octal250245373414202362133122
Binary1010100010100101111110111000011000100101111001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8A5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8A5FB; }

 p { color: rgb(168,165,251); }

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

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

 a { background-color: rgb(168,165,251); }

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

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

 span { border-color: rgb(168,165,251); }

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