Html Css Color HEX #AF8EC6 East Side

📋 copy color: '#AF8EC6'

red 175 ◦ green 142 ◦ blue 198

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

Shades of East Side #AF8EC6

Tints of East Side #AF8EC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 38.45%

R = 33.98%
G = 27.57%
B = 38.45%

CMYK

 C value IS 0.12

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF8EC6 (or 0xAF8EC6) is known color: East Side. HEX triplet: AF, 8E and C6. RGB value is (175,142,198). Sum of RGB (Red+Green+Blue) = 175+142+198=515 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.98% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 198 (77.73% from 255 or 38.45% from 515); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF8EC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8EC6 is #507139. Grayscale: #9E9E9E. Windows color (decimal): -5271866 or 13012655. OLE color: 13012655.

HSL color Cylindrical-coordinate representation of color #AF8EC6: hue angle of 275.36º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AF8EC6 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 142 198 -
CMYK 0.12 0.28 0 0.22
HSL 275.36º 0.33% 0.67% -
HSV(B) 275.36º 0.28% 0.78% -
XYZ 37.55 32.54 57.73 -
YUV 158.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 175 142 198 0.12 0.28 0 0.22 275.36 0.33 0.67
Hex AF 8E C6 C 1C 0 16 113 21 43
Octal 257 216 306 14 34 0 26 423 41 103
Binary 10101111 10001110 11000110 1100 11100 0 10110 100010011 100001 1000011

Color Harmonies of #AF8EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8EC6

Black with #AF8EC6

Text Example


Text Example

White with #AF8EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8EC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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