#AF9FFF

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

Shades of Perano #AF9FFF

Tints of Perano #AF9FFF

Color information

#AF9FFF (or 0xAF9FFF) is unknown color: approx Perano. HEX triplet: AF, 9F and FF. RGB value is (175,159,255). Sum of RGB (Red+Green+Blue) = 175+159+255=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 159 (62.5% from 255 or 26.99% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF9FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9FFF is #506000. Grayscale: #AEAEAE. Windows color (decimal): -5267457 or 16752559. OLE color: 16752559.

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

Color convert

RGB175159255-
CMYK0.310.3800
HSL250º100%81.18%-
HSV(B)250º37.65%100%-
XYZ48.1341.13100.01-
YUV174.73173.3128.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.71%
GREEN value IS 159 (62.5% from 255) = 26.99%
BLUE value IS 255 (100% from 255) = 43.29%
R=29.71%
G=26.99%
B=43.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1751592550.310.380025010081.18
HexAF9FFF1F2600fa6451
Octal257237377374600372144121
Binary10101111100111111111111111111100110001111101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FFF; }

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

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

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

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

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

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

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

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