#AF7DBA

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

Shades of East Side #AF7DBA

Tints of East Side #AF7DBA

Color information

#AF7DBA (or 0xAF7DBA) is unknown color: approx East Side. HEX triplet: AF, 7D and BA. RGB value is (175,125,186). Sum of RGB (Red+Green+Blue) = 175+125+186=486 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.01% from 486); Green value is 125 (49.22% from 255 or 25.72% from 486); Blue value is 186 (73.05% from 255 or 38.27% from 486); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF7DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DBA is #508245. Grayscale: #929292. Windows color (decimal): -5276230 or 12221871. OLE color: 12221871.

HSL color Cylindrical-coordinate representation of color #AF7DBA: hue angle of 289.18º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF7DBA is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175125186-
CMYK0.060.3300.27
HSL289.18º30.65%60.98%-
HSV(B)289.18º32.8%72.94%-
XYZ33.8827.3349.94-
YUV146.9150.06148.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 36.01%
GREEN value IS 125 (49.22% from 255) = 25.72%
BLUE value IS 186 (73.05% from 255) = 38.27%
R=36.01%
G=25.72%
B=38.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751251860.060.3300.27289.1830.6560.98
HexAF7DBA62101B1211f3d
Octal2571752726410334413775
Binary1010111111111011011101011010000101101110010000111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DBA; }

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

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

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

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

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

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

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

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