#AFAFFC

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

Shades of Perano #AFAFFC

Tints of Perano #AFAFFC

Color information

#AFAFFC (or 0xAFAFFC) is unknown color: approx Perano. HEX triplet: AF, AF and FC. RGB value is (175,175,252). Sum of RGB (Red+Green+Blue) = 175+175+252=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFAFFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAFFC is #505003. Grayscale: #B7B7B7. Windows color (decimal): -5263364 or 16560047. OLE color: 16560047.

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

Color convert

RGB175175252-
CMYK0.310.3100.01
HSL240º92.77%83.73%-
HSV(B)240º30.56%98.82%-
XYZ50.5846.898.46-
YUV183.78166.5121.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.07%
GREEN value IS 175 (68.75% from 255) = 29.07%
BLUE value IS 252 (98.83% from 255) = 41.86%
R=29.07%
G=29.07%
B=41.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751752520.310.3100.0124092.7783.73
HexAFAFFC1F1F01f05d54
Octal257257374373701360135124
Binary1010111110101111111111001111111111011111000010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFFC; }

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

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

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

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

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

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

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

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