#AF90CA

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

Shades of East Side #AF90CA

Tints of East Side #AF90CA

Color information

#AF90CA (or 0xAF90CA) is unknown color: approx East Side. HEX triplet: AF, 90 and CA. RGB value is (175,144,202). Sum of RGB (Red+Green+Blue) = 175+144+202=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 202 (79.30% from 255 or 38.77% from 521); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF90CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90CA is #506F35. Grayscale: #9F9F9F. Windows color (decimal): -5271350 or 13275311. OLE color: 13275311.

HSL color Cylindrical-coordinate representation of color #AF90CA: hue angle of 272.07º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF90CA is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB175144202-
CMYK0.130.2900.21
HSL272.07º35.37%67.84%-
HSV(B)272.07º28.71%79.22%-
XYZ38.3133.3260.29-
YUV159.88151.77138.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 144 (56.64% from 255) = 27.64%
BLUE value IS 202 (79.30% from 255) = 38.77%
R=33.59%
G=27.64%
B=38.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1751442020.130.2900.21272.0735.3767.84
HexAF90CAD1D0151102344
Octal257220312153502542043104
Binary1010111110010000110010101101111010101011000100001000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF90CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF90CA; }

 p { color: rgb(175,144,202); }

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

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

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

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

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

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

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