Html Css Color HEX #AF8CC6 East Side

📋 copy color: '#AF8CC6'

red 175 ◦ green 140 ◦ blue 198

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

Shades of East Side #AF8CC6

Tints of East Side #AF8CC6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.29%

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

R = 34.11%
G = 27.29%
B = 38.6%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF8CC6 (or 0xAF8CC6) is known color: East Side. HEX triplet: AF, 8C and C6. RGB value is (175,140,198). Sum of RGB (Red+Green+Blue) = 175+140+198=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 140 (55.08% from 255 or 27.29% from 513); Blue value is 198 (77.73% from 255 or 38.60% from 513); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF8CC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8CC6 is #507339. Grayscale: #9C9C9C. Windows color (decimal): -5272378 or 13012143. OLE color: 13012143.

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

Color convert

RGB 175 140 198 -
CMYK 0.12 0.29 0 0.22
HSL 276.21º 0.34% 0.66% -
HSV(B) 276.21º 0.29% 0.78% -
XYZ 37.25 31.95 57.63 -
YUV 157.08 151.1 140.78 -
System Red Green Blue C M Y K H S L
Decimal 175 140 198 0.12 0.29 0 0.22 276.21 0.34 0.66
Hex AF 8C C6 C 1D 0 16 114 22 42
Octal 257 214 306 14 35 0 26 424 42 102
Binary 10101111 10001100 11000110 1100 11101 0 10110 100010100 100010 1000010

Color Harmonies of #AF8CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8CC6

Black with #AF8CC6

Text Example


Text Example

White with #AF8CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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