#AFA7FF

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

Shades of Perano #AFA7FF

Tints of Perano #AFA7FF

Color information

#AFA7FF (or 0xAFA7FF) is unknown color: approx Perano. HEX triplet: AF, A7 and FF. RGB value is (175,167,255). Sum of RGB (Red+Green+Blue) = 175+167+255=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 167 (65.62% from 255 or 27.97% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #AFA7FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFA7FF is #505800. Grayscale: #B3B3B3. Windows color (decimal): -5265409 or 16754607. OLE color: 16754607.

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

Color convert

RGB175167255-
CMYK0.310.3500
HSL245.45º100%82.75%-
HSV(B)245.45º34.51%100%-
XYZ49.5543.97100.48-
YUV179.42170.65124.84-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 167 (65.62% from 255) = 27.97%
BLUE value IS 255 (100% from 255) = 42.71%
R=29.31%
G=27.97%
B=42.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751672550.310.3500245.4510082.75
HexAFA7FF1F2300f56453
Octal257247377374300365144123
Binary10101111101001111111111111111100011001111010111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA7FF; }

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

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

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

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

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

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

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

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