#ABAFE4

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

Shades of Perano #ABAFE4

Tints of Perano #ABAFE4

Color information

#ABAFE4 (or 0xABAFE4) is unknown color: approx Perano. HEX triplet: AB, AF and E4. RGB value is (171,175,228). Sum of RGB (Red+Green+Blue) = 171+175+228=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 228 (89.45% from 255 or 39.72% from 574); Max value from RGB is 228 - color contains mainly: blue. Hex color #ABAFE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAFE4 is #54501B. Grayscale: #B3B3B3. Windows color (decimal): -5525532 or 14987179. OLE color: 14987179.

HSL color Cylindrical-coordinate representation of color #ABAFE4: hue angle of 235.79º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABAFE4 is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171175228-
CMYK0.250.2300.11
HSL235.79º51.35%78.24%-
HSV(B)235.79º25%89.41%-
XYZ46.1344.9279.64-
YUV179.85155.17121.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 175 (68.75% from 255) = 30.49%
BLUE value IS 228 (89.45% from 255) = 39.72%
R=29.79%
G=30.49%
B=39.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711752280.250.2300.11235.7951.3578.24
HexABAFE419170Bec334e
Octal253257344312701335463116
Binary101010111010111111100100110011011101011111011001100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABAFE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABAFE4; }

 p { color: rgb(171,175,228); }

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

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

 a { background-color: rgb(171,175,228); }

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

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

 span { border-color: rgb(171,175,228); }

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