#A7ABFE

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

Shades of Perano #A7ABFE

Tints of Perano #A7ABFE

Color information

#A7ABFE (or 0xA7ABFE) is unknown color: approx Perano. HEX triplet: A7, AB and FE. RGB value is (167,171,254). Sum of RGB (Red+Green+Blue) = 167+171+254=592 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.21% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7ABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ABFE is #585401. Grayscale: #B2B2B2. Windows color (decimal): -5788674 or 16690087. OLE color: 16690087.

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

Color convert

RGB167171254-
CMYK0.340.3300.00
HSL237.24º97.75%82.55%-
HSV(B)237.24º34.25%99.61%-
XYZ48.3944.599.8-
YUV179.27170.17119.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.21%
GREEN value IS 171 (67.19% from 255) = 28.89%
BLUE value IS 254 (99.61% from 255) = 42.91%
R=28.21%
G=28.89%
B=42.91%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1671712540.340.3300.00237.2497.7582.55
HexA7ABFE222100ed6253
Octal247253376424100355142123
Binary101001111010101111111110100010100001001110110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ABFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ABFE; }

 p { color: rgb(167,171,254); }

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

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

 a { background-color: rgb(167,171,254); }

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

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

 span { border-color: rgb(167,171,254); }

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