#AFAFFE

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

Shades of Perano #AFAFFE

Tints of Perano #AFAFFE

Color information

#AFAFFE (or 0xAFAFFE) is unknown color: approx Perano. HEX triplet: AF, AF and FE. RGB value is (175,175,254). Sum of RGB (Red+Green+Blue) = 175+175+254=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 254 (99.61% from 255 or 42.05% from 604); Max value from RGB is 254 - color contains mainly: blue. Hex color #AFAFFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAFFE is #505001. Grayscale: #B7B7B7. Windows color (decimal): -5263362 or 16691119. OLE color: 16691119.

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

Color convert

RGB175175254-
CMYK0.310.3100.00
HSL240º97.53%84.12%-
HSV(B)240º31.1%99.61%-
XYZ50.946.93100.14-
YUV184.01167.5121.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.97%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 254 (99.61% from 255) = 42.05%
R=28.97%
G=28.97%
B=42.05%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1751752540.310.3100.0024097.5384.12
HexAFAFFE1F1F00f06254
Octal257257376373700360142124
Binary1010111110101111111111101111111111001111000011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFFE; }

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

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

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

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

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

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

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

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