#ACABFA

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

Shades of Perano #ACABFA

Tints of Perano #ACABFA

Color information

#ACABFA (or 0xACABFA) is unknown color: approx Perano. HEX triplet: AC, AB and FA. RGB value is (172,171,250). Sum of RGB (Red+Green+Blue) = 172+171+250=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #ACABFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ACABFA is #535405. Grayscale: #B3B3B3. Windows color (decimal): -5460998 or 16427948. OLE color: 16427948.

HSL color Cylindrical-coordinate representation of color #ACABFA: hue angle of 240.76º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACABFA is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172171250-
CMYK0.310.3200.02
HSL240.76º88.76%82.55%-
HSV(B)240.76º31.6%98.04%-
XYZ48.8344.896.52-
YUV180.3167.33122.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.01%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 250 (98.05% from 255) = 42.16%
R=29.01%
G=28.84%
B=42.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721712500.310.3200.02240.7688.7682.55
HexACABFA1F2002f15953
Octal254253372374002361131123
Binary101011001010101111111010111111000000101111000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACABFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACABFA; }

 p { color: rgb(172,171,250); }

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

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

 a { background-color: rgb(172,171,250); }

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

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

 span { border-color: rgb(172,171,250); }

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