Html Css Color HEX #AF84B9 East Side

📋 copy color: '#AF84B9'

red 175 ◦ green 132 ◦ blue 185

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

Shades of East Side #AF84B9

Tints of East Side #AF84B9

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.83%

 BLUE value IS 185 (72.66% from 255) = 37.6%

R = 35.57%
G = 26.83%
B = 37.6%

CMYK

 C value IS 0.05

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF84B9 (or 0xAF84B9) is known color: East Side. HEX triplet: AF, 84 and B9. RGB value is (175,132,185). Sum of RGB (Red+Green+Blue) = 175+132+185=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 185 (72.66% from 255 or 37.60% from 492); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF84B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84B9 is #507B46. Grayscale: #969696. Windows color (decimal): -5274439 or 12158127. OLE color: 12158127.

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

Color convert

RGB 175 132 185 -
CMYK 0.05 0.29 0 0.27
HSL 288.68º 0.27% 0.62% -
HSV(B) 288.68º 0.29% 0.73% -
XYZ 34.69 29.12 49.69 -
YUV 150.9 147.25 145.19 -
System Red Green Blue C M Y K H S L
Decimal 175 132 185 0.05 0.29 0 0.27 288.68 0.27 0.62
Hex AF 84 B9 5 1D 0 1B 121 1B 3E
Octal 257 204 271 5 35 0 33 441 33 76
Binary 10101111 10000100 10111001 101 11101 0 11011 100100001 11011 111110

Color Harmonies of #AF84B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84B9

Black with #AF84B9

Text Example


Text Example

White with #AF84B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84B9; }

 p { color: rgb(175,132,185); }

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

background-color css

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

 a { background-color: rgb(175,132,185); }

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

border-color css

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

 span { border-color: rgb(175,132,185); }

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