Html Css Color HEX #AF97C1 East Side

📋 copy color: '#AF97C1'

red 175 ◦ green 151 ◦ blue 193

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

Shades of East Side #AF97C1

Tints of East Side #AF97C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 37.19%

R = 33.72%
G = 29.09%
B = 37.19%

CMYK

 C value IS 0.09

 M value IS 0.22

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AF97C1 (or 0xAF97C1) is known color: East Side. HEX triplet: AF, 97 and C1. RGB value is (175,151,193). Sum of RGB (Red+Green+Blue) = 175+151+193=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 151 (59.38% from 255 or 29.09% from 519); Blue value is 193 (75.78% from 255 or 37.19% from 519); Max value from RGB is 193 - color contains mainly: blue. Hex color #AF97C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF97C1 is #50683E. Grayscale: #A2A2A2. Windows color (decimal): -5269567 or 12687279. OLE color: 12687279.

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

Color convert

RGB 175 151 193 -
CMYK 0.09 0.22 0 0.24
HSL 274.29º 0.25% 0.67% -
HSV(B) 274.29º 0.22% 0.76% -
XYZ 38.37 35.1 55.2 -
YUV 162.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 175 151 193 0.09 0.22 0 0.24 274.29 0.25 0.67
Hex AF 97 C1 9 16 0 18 112 19 43
Octal 257 227 301 11 26 0 30 422 31 103
Binary 10101111 10010111 11000001 1001 10110 0 11000 100010010 11001 1000011

Color Harmonies of #AF97C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF97C1

Black with #AF97C1

Text Example


Text Example

White with #AF97C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF97C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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