Html Css Color HEX #AF8AC6 East Side

📋 copy color: '#AF8AC6'

red 175 ◦ green 138 ◦ blue 198

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

Shades of East Side #AF8AC6

Tints of East Side #AF8AC6

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.01%

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

R = 34.25%
G = 27.01%
B = 38.75%

CMYK

 C value IS 0.12

 M value IS 0.30

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF8AC6 (or 0xAF8AC6) is known color: East Side. HEX triplet: AF, 8A and C6. RGB value is (175,138,198). Sum of RGB (Red+Green+Blue) = 175+138+198=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 198 (77.73% from 255 or 38.75% from 511); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF8AC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF8AC6 is #507539. Grayscale: #9B9B9B. Windows color (decimal): -5272890 or 13011631. OLE color: 13011631.

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

Color convert

RGB 175 138 198 -
CMYK 0.12 0.30 0 0.22
HSL 277º 0.34% 0.66% -
HSV(B) 277º 0.3% 0.78% -
XYZ 36.96 31.37 57.53 -
YUV 155.9 151.76 141.62 -
System Red Green Blue C M Y K H S L
Decimal 175 138 198 0.12 0.30 0 0.22 277 0.34 0.66
Hex AF 8A C6 C 1E 0 16 115 22 42
Octal 257 212 306 14 36 0 26 425 42 102
Binary 10101111 10001010 11000110 1100 11110 0 10110 100010101 100010 1000010

Color Harmonies of #AF8AC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8AC6

Black with #AF8AC6

Text Example


Text Example

White with #AF8AC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8AC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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