#AF7AD1

Color #AF7AD1 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #AF7AD1

Tints of East Side #AF7AD1

Color information

#AF7AD1 (or 0xAF7AD1) is unknown color: approx East Side. HEX triplet: AF, 7A and D1. RGB value is (175,122,209). Sum of RGB (Red+Green+Blue) = 175+122+209=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 122 (48.05% from 255 or 24.11% from 506); Blue value is 209 (82.03% from 255 or 41.30% from 506); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF7AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7AD1 is #50852E. Grayscale: #939393. Windows color (decimal): -5276975 or 13728431. OLE color: 13728431.

HSL color Cylindrical-coordinate representation of color #AF7AD1: hue angle of 276.55º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF7AD1 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB175122209-
CMYK0.160.4200.18
HSL276.55º48.6%64.9%-
HSV(B)276.55º41.63%81.96%-
XYZ36.1527.6463.75-
YUV147.76162.56147.43-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.58%
GREEN value IS 122 (48.05% from 255) = 24.11%
BLUE value IS 209 (82.03% from 255) = 41.30%
R=34.58%
G=24.11%
B=41.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1751222090.160.4200.18276.5548.664.9
HexAF7AD1102A0121153141
Octal257172321205202242561101
Binary10101111111101011010001100001010100100101000101011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7AD1; }

 p { color: rgb(175,122,209); }

 H1.HeaderClassName
 {
   color: #AF7AD1;
 }
 .AnyTagClassName
 {
   color: #AF7AD1;
 }
</style>
background-color css

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

 a { background-color: rgb(175,122,209); }

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

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

 span { border-color: rgb(175,122,209); }

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