Html Css Color HEX #AF7BC8 East Side

📋 copy color: '#AF7BC8'

red 175 ◦ green 123 ◦ blue 200

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

Shades of East Side #AF7BC8

Tints of East Side #AF7BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.16%

R = 35.14%
G = 24.7%
B = 40.16%

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

#AF7BC8 (or 0xAF7BC8) is known color: East Side. HEX triplet: AF, 7B and C8. RGB value is (175,123,200). Sum of RGB (Red+Green+Blue) = 175+123+200=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 123 (48.44% from 255 or 24.70% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 200 - color contains mainly: blue. Hex color #AF7BC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7BC8 is #508437. Grayscale: #939393. Windows color (decimal): -5276728 or 13138863. OLE color: 13138863.

HSL color Cylindrical-coordinate representation of color #AF7BC8: hue angle of 280.52º degrees, saturation: 0.41, 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 #AF7BC8 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 123 200 -
CMYK 0.12 0.38 0 0.22
HSL 280.52º 0.41% 0.63% -
HSV(B) 280.52º 0.39% 0.78% -
XYZ 35.19 27.45 58.09 -
YUV 147.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 175 123 200 0.12 0.38 0 0.22 280.52 0.41 0.63
Hex AF 7B C8 C 26 0 16 119 29 3F
Octal 257 173 310 14 46 0 26 431 51 77
Binary 10101111 1111011 11001000 1100 100110 0 10110 100011001 101001 111111

Color Harmonies of #AF7BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7BC8

Black with #AF7BC8

Text Example


Text Example

White with #AF7BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7BC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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