Html Css Color HEX #AF9DC0 East Side

📋 copy color: '#AF9DC0'

red 175 ◦ green 157 ◦ blue 192

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

Shades of East Side #AF9DC0

Tints of East Side #AF9DC0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.96%

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

R = 33.4%
G = 29.96%
B = 36.64%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF9DC0 (or 0xAF9DC0) is known color: East Side. HEX triplet: AF, 9D and C0. RGB value is (175,157,192). Sum of RGB (Red+Green+Blue) = 175+157+192=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 157 (61.72% from 255 or 29.96% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF9DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9DC0 is #50623F. Grayscale: #A6A6A6. Windows color (decimal): -5268032 or 12623279. OLE color: 12623279.

HSL color Cylindrical-coordinate representation of color #AF9DC0: hue angle of 270.86º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF9DC0 is Cyan = 0.09, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 157 192 -
CMYK 0.09 0.18 0 0.25
HSL 270.86º 0.22% 0.68% -
HSV(B) 270.86º 0.18% 0.75% -
XYZ 39.25 37.03 54.95 -
YUV 166.37 142.46 134.15 -
System Red Green Blue C M Y K H S L
Decimal 175 157 192 0.09 0.18 0 0.25 270.86 0.22 0.68
Hex AF 9D C0 9 12 0 19 10F 16 44
Octal 257 235 300 11 22 0 31 417 26 104
Binary 10101111 10011101 11000000 1001 10010 0 11001 100001111 10110 1000100

Color Harmonies of #AF9DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9DC0

Black with #AF9DC0

Text Example


Text Example

White with #AF9DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9DC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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