#A7ABFC

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

Shades of Perano #A7ABFC

Tints of Perano #A7ABFC

Color information

#A7ABFC (or 0xA7ABFC) is unknown color: approx Perano. HEX triplet: A7, AB and FC. RGB value is (167,171,252). Sum of RGB (Red+Green+Blue) = 167+171+252=590 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.31% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #A7ABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7ABFC is #585403. Grayscale: #B2B2B2. Windows color (decimal): -5788676 or 16559015. OLE color: 16559015.

HSL color Cylindrical-coordinate representation of color #A7ABFC: hue angle of 237.18º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7ABFC is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167171252-
CMYK0.340.3200.01
HSL237.18º93.41%82.16%-
HSV(B)237.18º33.73%98.82%-
XYZ48.0744.3798.13-
YUV179.04169.17119.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.31%
GREEN value IS 171 (67.19% from 255) = 28.98%
BLUE value IS 252 (98.83% from 255) = 42.71%
R=28.31%
G=28.98%
B=42.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1671712520.340.3200.01237.1893.4182.16
HexA7ABFC222001ed5d52
Octal247253374424001355135122
Binary101001111010101111111100100010100000011110110110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7ABFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7ABFC; }

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

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

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

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

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

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

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

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