#AFADFA

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

Shades of Perano #AFADFA

Tints of Perano #AFADFA

Color information

#AFADFA (or 0xAFADFA) is unknown color: approx Perano. HEX triplet: AF, AD and FA. RGB value is (175,173,250). Sum of RGB (Red+Green+Blue) = 175+173+250=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 173 (67.97% from 255 or 28.93% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #AFADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFADFA is #505205. Grayscale: #B6B6B6. Windows color (decimal): -5263878 or 16428463. OLE color: 16428463.

HSL color Cylindrical-coordinate representation of color #AFADFA: hue angle of 241.56º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFADFA is Cyan = 0.3, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175173250-
CMYK0.30.3100.02
HSL241.56º88.51%82.94%-
HSV(B)241.56º30.8%98.04%-
XYZ49.8845.996.67-
YUV182.38166.16122.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 173 (67.97% from 255) = 28.93%
BLUE value IS 250 (98.05% from 255) = 41.81%
R=29.26%
G=28.93%
B=41.81%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751732500.30.3100.02241.5688.5182.94
HexAFADFA1E1F02f25953
Octal257255372363702362131123
Binary10101111101011011111101011110111110101111001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFADFA; }

 p { color: rgb(175,173,250); }

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

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

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

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

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

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

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