#AFAAFC

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

Shades of Perano #AFAAFC

Tints of Perano #AFAAFC

Color information

#AFAAFC (or 0xAFAAFC) is unknown color: approx Perano. HEX triplet: AF, AA and FC. RGB value is (175,170,252). Sum of RGB (Red+Green+Blue) = 175+170+252=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFAAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAAFC is #505503. Grayscale: #B4B4B4. Windows color (decimal): -5264644 or 16558767. OLE color: 16558767.

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

Color convert

RGB175170252-
CMYK0.310.3300.01
HSL243.66º93.18%82.75%-
HSV(B)243.66º32.54%98.82%-
XYZ49.6244.8998.14-
YUV180.84168.16123.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 170 (66.80% from 255) = 28.48%
BLUE value IS 252 (98.83% from 255) = 42.21%
R=29.31%
G=28.48%
B=42.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751702520.310.3300.01243.6693.1882.75
HexAFAAFC1F2101f45d53
Octal257252374374101364135123
Binary10101111101010101111110011111100001011111010010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAAFC; }

 p { color: rgb(175,170,252); }

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

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

 a { background-color: rgb(175,170,252); }

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

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

 span { border-color: rgb(175,170,252); }

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