Html Css Color HEX #AF7DB9 East Side

📋 copy color: '#AF7DB9'

red 175 ◦ green 125 ◦ blue 185

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

Shades of East Side #AF7DB9

Tints of East Side #AF7DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.14%

R = 36.08%
G = 25.77%
B = 38.14%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF7DB9 (or 0xAF7DB9) is known color: East Side. HEX triplet: AF, 7D and B9. RGB value is (175,125,185). Sum of RGB (Red+Green+Blue) = 175+125+185=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 125 (49.22% from 255 or 25.77% from 485); Blue value is 185 (72.66% from 255 or 38.14% from 485); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF7DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7DB9 is #508246. Grayscale: #929292. Windows color (decimal): -5276231 or 12156335. OLE color: 12156335.

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

Color convert

RGB 175 125 185 -
CMYK 0.05 0.32 0 0.27
HSL 290º 0.3% 0.61% -
HSV(B) 290º 0.32% 0.73% -
XYZ 33.77 27.28 49.39 -
YUV 146.79 149.57 148.12 -
System Red Green Blue C M Y K H S L
Decimal 175 125 185 0.05 0.32 0 0.27 290 0.3 0.61
Hex AF 7D B9 5 20 0 1B 122 1E 3D
Octal 257 175 271 5 40 0 33 442 36 75
Binary 10101111 1111101 10111001 101 100000 0 11011 100100010 11110 111101

Color Harmonies of #AF7DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7DB9

Black with #AF7DB9

Text Example


Text Example

White with #AF7DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7DB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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