Html Css Color HEX #AF7DC6 East Side

📋 copy color: '#AF7DC6'

red 175 ◦ green 125 ◦ blue 198

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

Shades of East Side #AF7DC6

Tints of East Side #AF7DC6

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.1%

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

R = 35.14%
G = 25.1%
B = 39.76%

CMYK

 C value IS 0.12

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#AF7DC6 (or 0xAF7DC6) is known color: East Side. HEX triplet: AF, 7D and C6. RGB value is (175,125,198). Sum of RGB (Red+Green+Blue) = 175+125+198=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 198 (77.73% from 255 or 39.76% from 498); Max value from RGB is 198 - color contains mainly: blue. Hex color #AF7DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DC6 is #508239. Grayscale: #949494. Windows color (decimal): -5276218 or 13008303. OLE color: 13008303.

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

Color convert

RGB 175 125 198 -
CMYK 0.12 0.37 0 0.22
HSL 281.1º 0.39% 0.63% -
HSV(B) 281.1º 0.37% 0.78% -
XYZ 35.21 27.86 56.95 -
YUV 148.27 156.07 147.06 -
System Red Green Blue C M Y K H S L
Decimal 175 125 198 0.12 0.37 0 0.22 281.1 0.39 0.63
Hex AF 7D C6 C 25 0 16 119 27 3F
Octal 257 175 306 14 45 0 26 431 47 77
Binary 10101111 1111101 11000110 1100 100101 0 10110 100011001 100111 111111

Color Harmonies of #AF7DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DC6

Black with #AF7DC6

Text Example


Text Example

White with #AF7DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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