Html Css Color HEX #AF7FC6 East Side

📋 copy color: '#AF7FC6'

red 175 ◦ green 127 ◦ blue 198

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

Shades of East Side #AF7FC6

Tints of East Side #AF7FC6

RGB

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

 GREEN value IS 127 (50% from 255) = 25.4%

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

R = 35%
G = 25.4%
B = 39.6%

CMYK

 C value IS 0.12

 M value IS 0.36

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF7FC6 (or 0xAF7FC6) is known color: East Side. HEX triplet: AF, 7F and C6. RGB value is (175,127,198). Sum of RGB (Red+Green+Blue) = 175+127+198=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 198 (77.73% from 255 or 39.6% from 500); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF7FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7FC6 is #508039. Grayscale: #959595. Windows color (decimal): -5275706 or 13008815. OLE color: 13008815.

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

Color convert

RGB 175 127 198 -
CMYK 0.12 0.36 0 0.22
HSL 280.56º 0.38% 0.64% -
HSV(B) 280.56º 0.36% 0.78% -
XYZ 35.46 28.37 57.03 -
YUV 149.45 155.4 146.23 -
System Red Green Blue C M Y K H S L
Decimal 175 127 198 0.12 0.36 0 0.22 280.56 0.38 0.64
Hex AF 7F C6 C 24 0 16 119 26 40
Octal 257 177 306 14 44 0 26 431 46 100
Binary 10101111 1111111 11000110 1100 100100 0 10110 100011001 100110 1000000

Color Harmonies of #AF7FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7FC6

Black with #AF7FC6

Text Example


Text Example

White with #AF7FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7FC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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