#AFA8FF

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

Shades of Perano #AFA8FF

Tints of Perano #AFA8FF

Color information

#AFA8FF (or 0xAFA8FF) is unknown color: approx Perano. HEX triplet: AF, A8 and FF. RGB value is (175,168,255). Sum of RGB (Red+Green+Blue) = 175+168+255=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFA8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA8FF is #505700. Grayscale: #B3B3B3. Windows color (decimal): -5265153 or 16754863. OLE color: 16754863.

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

Color convert

RGB175168255-
CMYK0.310.3400
HSL244.83º100%82.94%-
HSV(B)244.83º34.12%100%-
XYZ49.7344.34100.54-
YUV180.01170.32124.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 168 (66.02% from 255) = 28.09%
BLUE value IS 255 (100% from 255) = 42.64%
R=29.26%
G=28.09%
B=42.64%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751682550.310.3400244.8310082.94
HexAFA8FF1F2200f56453
Octal257250377374200365144123
Binary10101111101010001111111111111100010001111010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA8FF; }

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

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

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

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

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

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

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

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