#AF7DBB

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

Shades of East Side #AF7DBB

Tints of East Side #AF7DBB

Color information

#AF7DBB (or 0xAF7DBB) is unknown color: approx East Side. HEX triplet: AF, 7D and BB. RGB value is (175,125,187). Sum of RGB (Red+Green+Blue) = 175+125+187=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 125 (49.22% from 255 or 25.67% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF7DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DBB is #508244. Grayscale: #929292. Windows color (decimal): -5276229 or 12287407. OLE color: 12287407.

HSL color Cylindrical-coordinate representation of color #AF7DBB: hue angle of 288.39º 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 #AF7DBB is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175125187-
CMYK0.060.3300.27
HSL288.39º31.31%61.18%-
HSV(B)288.39º33.16%73.33%-
XYZ33.9827.3750.51-
YUV147.02150.56147.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 35.93%
GREEN value IS 125 (49.22% from 255) = 25.67%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=35.93%
G=25.67%
B=38.40%

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
Decimal1751251870.060.3300.27288.3931.3161.18
HexAF7DBB62101B1201f3d
Octal2571752736410334403775
Binary1010111111111011011101111010000101101110010000011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF7DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF7DBB; }

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

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

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

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

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

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

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

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