#AFA5FF

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

Shades of Perano #AFA5FF

Tints of Perano #AFA5FF

Color information

#AFA5FF (or 0xAFA5FF) is unknown color: approx Perano. HEX triplet: AF, A5 and FF. RGB value is (175,165,255). Sum of RGB (Red+Green+Blue) = 175+165+255=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 165 (64.84% from 255 or 27.73% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFA5FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA5FF is #505A00. Grayscale: #B1B1B1. Windows color (decimal): -5265921 or 16754095. OLE color: 16754095.

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

Color convert

RGB175165255-
CMYK0.310.3500
HSL246.67º100%82.35%-
HSV(B)246.67º35.29%100%-
XYZ49.1843.24100.36-
YUV178.25171.31125.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.41%
GREEN value IS 165 (64.84% from 255) = 27.73%
BLUE value IS 255 (100% from 255) = 42.86%
R=29.41%
G=27.73%
B=42.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751652550.310.3500246.6710082.35
HexAFA5FF1F2300f76452
Octal257245377374300367144122
Binary10101111101001011111111111111100011001111011111001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA5FF; }

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

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

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

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

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

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

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

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