Html Css Color HEX #AF90BF East Side

📋 copy color: '#AF90BF'

red 175 ◦ green 144 ◦ blue 191

#AF90BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of East Side #AF90BF

Tints of East Side #AF90BF

RGB

 RED value IS 175 (68.75% from 255) = 34.31%

 GREEN value IS 144 (56.64% from 255) = 28.24%

 BLUE value IS 191 (75% from 255) = 37.45%

R = 34.31%
G = 28.24%
B = 37.45%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF90BF (or 0xAF90BF) is known color: East Side. HEX triplet: AF, 90 and BF. RGB value is (175,144,191). Sum of RGB (Red+Green+Blue) = 175+144+191=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 191 (75% from 255 or 37.45% from 510); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF90BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90BF is #506F40. Grayscale: #9E9E9E. Windows color (decimal): -5271361 or 12554415. OLE color: 12554415.

HSL color Cylindrical-coordinate representation of color #AF90BF: hue angle of 279.57º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF90BF is Cyan = 0.08, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 144 191 -
CMYK 0.08 0.25 0 0.25
HSL 279.57º 0.27% 0.66% -
HSV(B) 279.57º 0.25% 0.75% -
XYZ 37.06 32.82 53.67 -
YUV 158.63 146.27 139.68 -
System Red Green Blue C M Y K H S L
Decimal 175 144 191 0.08 0.25 0 0.25 279.57 0.27 0.66
Hex AF 90 BF 8 19 0 19 118 1B 42
Octal 257 220 277 10 31 0 31 430 33 102
Binary 10101111 10010000 10111111 1000 11001 0 11001 100011000 11011 1000010

Color Harmonies of #AF90BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90BF

Black with #AF90BF

Text Example


Text Example

White with #AF90BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90BF; }

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

 H1.HeaderClassName
 {
   color: #AF90BF;
 }
 .AnyTagClassName
 {
   color: #AF90BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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