#AFACEB

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

Shades of Perano #AFACEB

Tints of Perano #AFACEB

Color information

#AFACEB (or 0xAFACEB) is unknown color: approx Perano. HEX triplet: AF, AC and EB. RGB value is (175,172,235). Sum of RGB (Red+Green+Blue) = 175+172+235=582 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.07% from 582); Green value is 172 (67.58% from 255 or 29.55% from 582); Blue value is 235 (92.19% from 255 or 40.38% from 582); Max value from RGB is 235 - color contains mainly: blue. Hex color #AFACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AFACEB is #505314. Grayscale: #B3B3B3. Windows color (decimal): -5264149 or 15445167. OLE color: 15445167.

HSL color Cylindrical-coordinate representation of color #AFACEB: hue angle of 242.86º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFACEB is Cyan = 0.26, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175172235-
CMYK0.260.2700.08
HSL242.86º61.17%79.8%-
HSV(B)242.86º26.81%92.16%-
XYZ47.4344.6284.71-
YUV180.08158.99124.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.07%
GREEN value IS 172 (67.58% from 255) = 29.55%
BLUE value IS 235 (92.19% from 255) = 40.38%
R=30.07%
G=29.55%
B=40.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751722350.260.2700.08242.8661.1779.8
HexAFACEB1A1B08f33d50
Octal257254353323301036375120
Binary101011111010110011101011110101101101000111100111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFACEB; }

 p { color: rgb(175,172,235); }

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

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

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

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

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

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

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