Html Css Color HEX #AF93BA East Side

📋 copy color: '#AF93BA'

red 175 ◦ green 147 ◦ blue 186

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

Shades of East Side #AF93BA

Tints of East Side #AF93BA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.94%

 BLUE value IS 186 (73.05% from 255) = 36.61%

R = 34.45%
G = 28.94%
B = 36.61%

CMYK

 C value IS 0.06

 M value IS 0.21

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF93BA (or 0xAF93BA) is known color: East Side. HEX triplet: AF, 93 and BA. RGB value is (175,147,186). Sum of RGB (Red+Green+Blue) = 175+147+186=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF93BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF93BA is #506C45. Grayscale: #9F9F9F. Windows color (decimal): -5270598 or 12227503. OLE color: 12227503.

HSL color Cylindrical-coordinate representation of color #AF93BA: hue angle of 283.08º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF93BA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 147 186 -
CMYK 0.06 0.21 0 0.27
HSL 283.08º 0.22% 0.65% -
HSV(B) 283.08º 0.21% 0.73% -
XYZ 36.98 33.53 50.98 -
YUV 159.82 142.78 138.83 -
System Red Green Blue C M Y K H S L
Decimal 175 147 186 0.06 0.21 0 0.27 283.08 0.22 0.65
Hex AF 93 BA 6 15 0 1B 11B 16 41
Octal 257 223 272 6 25 0 33 433 26 101
Binary 10101111 10010011 10111010 110 10101 0 11011 100011011 10110 1000001

Color Harmonies of #AF93BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF93BA

Black with #AF93BA

Text Example


Text Example

White with #AF93BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF93BA; }

 p { color: rgb(175,147,186); }

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

background-color css

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

 a { background-color: rgb(175,147,186); }

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

border-color css

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

 span { border-color: rgb(175,147,186); }

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