Html Css Color HEX #AF7BC6 East Side

📋 copy color: '#AF7BC6'

red 175 ◦ green 123 ◦ blue 198

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

Shades of East Side #AF7BC6

Tints of East Side #AF7BC6

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.8%

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

R = 35.28%
G = 24.8%
B = 39.92%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF7BC6 (or 0xAF7BC6) is known color: East Side. HEX triplet: AF, 7B and C6. RGB value is (175,123,198). Sum of RGB (Red+Green+Blue) = 175+123+198=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF7BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BC6 is #508439. Grayscale: #929292. Windows color (decimal): -5276730 or 13007791. OLE color: 13007791.

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

Color convert

RGB 175 123 198 -
CMYK 0.12 0.38 0 0.22
HSL 281.6º 0.4% 0.63% -
HSV(B) 281.6º 0.38% 0.78% -
XYZ 34.96 27.36 56.86 -
YUV 147.1 156.73 147.9 -
System Red Green Blue C M Y K H S L
Decimal 175 123 198 0.12 0.38 0 0.22 281.6 0.4 0.63
Hex AF 7B C6 C 26 0 16 11A 28 3F
Octal 257 173 306 14 46 0 26 432 50 77
Binary 10101111 1111011 11000110 1100 100110 0 10110 100011010 101000 111111

Color Harmonies of #AF7BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BC6

Black with #AF7BC6

Text Example


Text Example

White with #AF7BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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