Html Css Color HEX #AF84BB East Side

📋 copy color: '#AF84BB'

red 175 ◦ green 132 ◦ blue 187

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

Shades of East Side #AF84BB

Tints of East Side #AF84BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.85%

R = 35.43%
G = 26.72%
B = 37.85%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF84BB (or 0xAF84BB) is known color: East Side. HEX triplet: AF, 84 and BB. RGB value is (175,132,187). Sum of RGB (Red+Green+Blue) = 175+132+187=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 187 (73.44% from 255 or 37.85% from 494); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF84BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF84BB is #507B44. Grayscale: #969696. Windows color (decimal): -5274437 or 12289199. OLE color: 12289199.

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

Color convert

RGB 175 132 187 -
CMYK 0.06 0.29 0 0.27
HSL 286.91º 0.29% 0.63% -
HSV(B) 286.91º 0.29% 0.73% -
XYZ 34.9 29.2 50.81 -
YUV 151.13 148.25 145.03 -
System Red Green Blue C M Y K H S L
Decimal 175 132 187 0.06 0.29 0 0.27 286.91 0.29 0.63
Hex AF 84 BB 6 1D 0 1B 11F 1D 3F
Octal 257 204 273 6 35 0 33 437 35 77
Binary 10101111 10000100 10111011 110 11101 0 11011 100011111 11101 111111

Color Harmonies of #AF84BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF84BB

Black with #AF84BB

Text Example


Text Example

White with #AF84BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF84BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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