Html Css Color HEX #AF90C0 East Side

📋 copy color: '#AF90C0'

red 175 ◦ green 144 ◦ blue 192

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

Shades of East Side #AF90C0

Tints of East Side #AF90C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 37.57%

R = 34.25%
G = 28.18%
B = 37.57%

CMYK

 C value IS 0.09

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF90C0 (or 0xAF90C0) is known color: East Side. HEX triplet: AF, 90 and C0. RGB value is (175,144,192). Sum of RGB (Red+Green+Blue) = 175+144+192=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 192 (75.39% from 255 or 37.57% from 511); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF90C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90C0 is #506F3F. Grayscale: #9E9E9E. Windows color (decimal): -5271360 or 12619951. OLE color: 12619951.

HSL color Cylindrical-coordinate representation of color #AF90C0: hue angle of 278.75º degrees, saturation: 0.28, 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 #AF90C0 is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 144 192 -
CMYK 0.09 0.25 0 0.25
HSL 278.75º 0.28% 0.66% -
HSV(B) 278.75º 0.25% 0.75% -
XYZ 37.17 32.87 54.25 -
YUV 158.74 146.77 139.6 -
System Red Green Blue C M Y K H S L
Decimal 175 144 192 0.09 0.25 0 0.25 278.75 0.28 0.66
Hex AF 90 C0 9 19 0 19 117 1C 42
Octal 257 220 300 11 31 0 31 427 34 102
Binary 10101111 10010000 11000000 1001 11001 0 11001 100010111 11100 1000010

Color Harmonies of #AF90C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF90C0

Black with #AF90C0

Text Example


Text Example

White with #AF90C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF90C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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