Html Css Color HEX #AF7CB9 East Side

📋 copy color: '#AF7CB9'

red 175 ◦ green 124 ◦ blue 185

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

Shades of East Side #AF7CB9

Tints of East Side #AF7CB9

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.62%

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

R = 36.16%
G = 25.62%
B = 38.22%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF7CB9 (or 0xAF7CB9) is known color: East Side. HEX triplet: AF, 7C and B9. RGB value is (175,124,185). Sum of RGB (Red+Green+Blue) = 175+124+185=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 185 (72.66% from 255 or 38.22% from 484); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF7CB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF7CB9 is #508346. Grayscale: #929292. Windows color (decimal): -5276487 or 12156079. OLE color: 12156079.

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

Color convert

RGB 175 124 185 -
CMYK 0.05 0.33 0 0.27
HSL 290.16º 0.3% 0.61% -
HSV(B) 290.16º 0.33% 0.73% -
XYZ 33.64 27.03 49.34 -
YUV 146.2 149.9 148.54 -
System Red Green Blue C M Y K H S L
Decimal 175 124 185 0.05 0.33 0 0.27 290.16 0.3 0.61
Hex AF 7C B9 5 21 0 1B 122 1E 3D
Octal 257 174 271 5 41 0 33 442 36 75
Binary 10101111 1111100 10111001 101 100001 0 11011 100100010 11110 111101

Color Harmonies of #AF7CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7CB9

Black with #AF7CB9

Text Example


Text Example

White with #AF7CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7CB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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