Html Css Color HEX #AF8EBB East Side

📋 copy color: '#AF8EBB'

red 175 ◦ green 142 ◦ blue 187

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

Shades of East Side #AF8EBB

Tints of East Side #AF8EBB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.17%

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

R = 34.72%
G = 28.17%
B = 37.1%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF8EBB (or 0xAF8EBB) is known color: East Side. HEX triplet: AF, 8E and BB. RGB value is (175,142,187). Sum of RGB (Red+Green+Blue) = 175+142+187=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 142 (55.86% from 255 or 28.17% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF8EBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EBB is #507144. Grayscale: #9C9C9C. Windows color (decimal): -5271877 or 12291759. OLE color: 12291759.

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

Color convert

RGB 175 142 187 -
CMYK 0.06 0.24 0 0.27
HSL 284º 0.25% 0.65% -
HSV(B) 284º 0.24% 0.73% -
XYZ 36.32 32.05 51.29 -
YUV 157 144.93 140.84 -
System Red Green Blue C M Y K H S L
Decimal 175 142 187 0.06 0.24 0 0.27 284 0.25 0.65
Hex AF 8E BB 6 18 0 1B 11C 19 41
Octal 257 216 273 6 30 0 33 434 31 101
Binary 10101111 10001110 10111011 110 11000 0 11011 100011100 11001 1000001

Color Harmonies of #AF8EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EBB

Black with #AF8EBB

Text Example


Text Example

White with #AF8EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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