#AF9FFE

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

Shades of Perano #AF9FFE

Tints of Perano #AF9FFE

Color information

#AF9FFE (or 0xAF9FFE) is unknown color: approx Perano. HEX triplet: AF, 9F and FE. RGB value is (175,159,254). Sum of RGB (Red+Green+Blue) = 175+159+254=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF9FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF9FFE is #506001. Grayscale: #AEAEAE. Windows color (decimal): -5267458 or 16687023. OLE color: 16687023.

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

Color convert

RGB175159254-
CMYK0.310.3700.00
HSL250.11º97.94%80.98%-
HSV(B)250.11º37.4%99.61%-
XYZ47.9741.0799.16-
YUV174.61172.8128.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 159 (62.5% from 255) = 27.04%
BLUE value IS 254 (99.61% from 255) = 43.20%
R=29.76%
G=27.04%
B=43.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751592540.310.3700.00250.1197.9480.98
HexAF9FFE1F2500fa6251
Octal257237376374500372142121
Binary10101111100111111111111011111100101001111101011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9FFE; }

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

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

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

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

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

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

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

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