#AFACFF

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

Shades of Perano #AFACFF

Tints of Perano #AFACFF

Color information

#AFACFF (or 0xAFACFF) is unknown color: approx Perano. HEX triplet: AF, AC and FF. RGB value is (175,172,255). Sum of RGB (Red+Green+Blue) = 175+172+255=602 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.07% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACFF is #505300. Grayscale: #B6B6B6. Windows color (decimal): -5264129 or 16755887. OLE color: 16755887.

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

Color convert

RGB175172255-
CMYK0.310.3300
HSL242.17º100%83.73%-
HSV(B)242.17º32.55%100%-
XYZ50.4845.84100.79-
YUV182.36168.99122.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.07%
GREEN value IS 172 (67.58% from 255) = 28.57%
BLUE value IS 255 (100% from 255) = 42.36%
R=29.07%
G=28.57%
B=42.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751722550.310.3300242.1710083.73
HexAFACFF1F2100f26454
Octal257254377374100362144124
Binary10101111101011001111111111111100001001111001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACFF; }

 p { color: rgb(175,172,255); }

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

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

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

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

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

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

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