Html Css Color HEX #AF85BA East Side

📋 copy color: '#AF85BA'

red 175 ◦ green 133 ◦ blue 186

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

Shades of East Side #AF85BA

Tints of East Side #AF85BA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.92%

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

R = 35.43%
G = 26.92%
B = 37.65%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF85BA (or 0xAF85BA) is known color: East Side. HEX triplet: AF, 85 and BA. RGB value is (175,133,186). Sum of RGB (Red+Green+Blue) = 175+133+186=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 186 (73.05% from 255 or 37.65% from 494); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF85BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF85BA is #507A45. Grayscale: #979797. Windows color (decimal): -5274182 or 12223919. OLE color: 12223919.

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

Color convert

RGB 175 133 186 -
CMYK 0.06 0.28 0 0.27
HSL 287.55º 0.28% 0.63% -
HSV(B) 287.55º 0.28% 0.73% -
XYZ 34.93 29.43 50.29 -
YUV 151.6 147.41 144.69 -
System Red Green Blue C M Y K H S L
Decimal 175 133 186 0.06 0.28 0 0.27 287.55 0.28 0.63
Hex AF 85 BA 6 1C 0 1B 120 1C 3F
Octal 257 205 272 6 34 0 33 440 34 77
Binary 10101111 10000101 10111010 110 11100 0 11011 100100000 11100 111111

Color Harmonies of #AF85BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF85BA

Black with #AF85BA

Text Example


Text Example

White with #AF85BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF85BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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