#AFBAF4

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

Shades of Perano #AFBAF4

Tints of Perano #AFBAF4

Color information

#AFBAF4 (or 0xAFBAF4) is unknown color: approx Perano. HEX triplet: AF, BA and F4. RGB value is (175,186,244). Sum of RGB (Red+Green+Blue) = 175+186+244=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 244 (95.70% from 255 or 40.33% from 605); Max value from RGB is 244 - color contains mainly: blue. Hex color #AFBAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBAF4 is #50450B. Grayscale: #BDBDBD. Windows color (decimal): -5260556 or 16038575. OLE color: 16038575.

HSL color Cylindrical-coordinate representation of color #AFBAF4: hue angle of 230.43º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFBAF4 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175186244-
CMYK0.280.2400.04
HSL230.43º75.82%82.16%-
HSV(B)230.43º28.28%95.69%-
XYZ51.5750.7692.67-
YUV189.32158.86117.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 186 (73.05% from 255) = 30.74%
BLUE value IS 244 (95.70% from 255) = 40.33%
R=28.93%
G=30.74%
B=40.33%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751862440.280.2400.04230.4375.8282.16
HexAFBAF41C1804e64c52
Octal257272364343004346114122
Binary101011111011101011110100111001100001001110011010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAF4; }

 p { color: rgb(175,186,244); }

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

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

 a { background-color: rgb(175,186,244); }

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

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

 span { border-color: rgb(175,186,244); }

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