Html Css Color HEX #AF90BC East Side

📋 copy color: '#AF90BC'

red 175 ◦ green 144 ◦ blue 188

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

Shades of East Side #AF90BC

Tints of East Side #AF90BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 37.08%

R = 34.52%
G = 28.4%
B = 37.08%

CMYK

 C value IS 0.07

 M value IS 0.23

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF90BC (or 0xAF90BC) is known color: East Side. HEX triplet: AF, 90 and BC. RGB value is (175,144,188). Sum of RGB (Red+Green+Blue) = 175+144+188=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF90BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90BC is #506F43. Grayscale: #9E9E9E. Windows color (decimal): -5271364 or 12357807. OLE color: 12357807.

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

Color convert

RGB 175 144 188 -
CMYK 0.07 0.23 0 0.26
HSL 282.27º 0.25% 0.65% -
HSV(B) 282.27º 0.23% 0.74% -
XYZ 36.73 32.69 51.95 -
YUV 158.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 175 144 188 0.07 0.23 0 0.26 282.27 0.25 0.65
Hex AF 90 BC 7 17 0 1A 11A 19 41
Octal 257 220 274 7 27 0 32 432 31 101
Binary 10101111 10010000 10111100 111 10111 0 11010 100011010 11001 1000001

Color Harmonies of #AF90BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90BC

Black with #AF90BC

Text Example


Text Example

White with #AF90BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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