#AFAFEE

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

Shades of Perano #AFAFEE

Tints of Perano #AFAFEE

Color information

#AFAFEE (or 0xAFAFEE) is unknown color: approx Perano. HEX triplet: AF, AF and EE. RGB value is (175,175,238). Sum of RGB (Red+Green+Blue) = 175+175+238=588 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.76% from 588); Green value is 175 (68.75% from 255 or 29.76% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #AFAFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFAFEE is #505011. Grayscale: #B5B5B5. Windows color (decimal): -5263378 or 15642543. OLE color: 15642543.

HSL color Cylindrical-coordinate representation of color #AFAFEE: hue angle of 240º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFAFEE is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175175238-
CMYK0.260.2600.07
HSL240º64.95%80.98%-
HSV(B)240º26.47%93.33%-
XYZ48.4445.9587.2-
YUV182.18159.5122.88-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.76%
GREEN value IS 175 (68.75% from 255) = 29.76%
BLUE value IS 238 (93.36% from 255) = 40.48%
R=29.76%
G=29.76%
B=40.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1751752380.260.2600.0724064.9580.98
HexAFAFEE1A1A07f04151
Octal257257356323207360101121
Binary101011111010111111101110110101101001111111000010000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFAFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFAFEE; }

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

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

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

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

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

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

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

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