Html Css Color HEX #AF97C0 East Side

📋 copy color: '#AF97C0'

red 175 ◦ green 151 ◦ blue 192

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

Shades of East Side #AF97C0

Tints of East Side #AF97C0

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.15%

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

R = 33.78%
G = 29.15%
B = 37.07%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF97C0 (or 0xAF97C0) is known color: East Side. HEX triplet: AF, 97 and C0. RGB value is (175,151,192). Sum of RGB (Red+Green+Blue) = 175+151+192=518 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.78% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF97C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97C0 is #50683F. Grayscale: #A2A2A2. Windows color (decimal): -5269568 or 12621743. OLE color: 12621743.

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

Color convert

RGB 175 151 192 -
CMYK 0.09 0.21 0 0.25
HSL 275.12º 0.25% 0.67% -
HSV(B) 275.12º 0.21% 0.75% -
XYZ 38.26 35.05 54.62 -
YUV 162.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 175 151 192 0.09 0.21 0 0.25 275.12 0.25 0.67
Hex AF 97 C0 9 15 0 19 113 19 43
Octal 257 227 300 11 25 0 31 423 31 103
Binary 10101111 10010111 11000000 1001 10101 0 11001 100010011 11001 1000011

Color Harmonies of #AF97C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF97C0

Black with #AF97C0

Text Example


Text Example

White with #AF97C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF97C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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