#AFABFD

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

Shades of Perano #AFABFD

Tints of Perano #AFABFD

Color information

#AFABFD (or 0xAFABFD) is unknown color: approx Perano. HEX triplet: AF, AB and FD. RGB value is (175,171,253). Sum of RGB (Red+Green+Blue) = 175+171+253=599 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.22% from 599); Green value is 171 (67.19% from 255 or 28.55% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #AFABFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFABFD is #505402. Grayscale: #B5B5B5. Windows color (decimal): -5264387 or 16624559. OLE color: 16624559.

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

Color convert

RGB175171253-
CMYK0.310.3200.01
HSL242.93º95.35%83.14%-
HSV(B)242.93º32.41%99.22%-
XYZ49.9745.3399.04-
YUV181.54168.33123.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.22%
GREEN value IS 171 (67.19% from 255) = 28.55%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=29.22%
G=28.55%
B=42.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751712530.310.3200.01242.9395.3583.14
HexAFABFD1F2001f35f53
Octal257253375374001363137123
Binary10101111101010111111110111111100000011111001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFABFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFABFD; }

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

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

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

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

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

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

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

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