Html Css Color HEX #AF73BD East Side

📋 copy color: '#AF73BD'

red 175 ◦ green 115 ◦ blue 189

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

Shades of East Side #AF73BD

Tints of East Side #AF73BD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.01%

 BLUE value IS 189 (74.22% from 255) = 39.46%

R = 36.53%
G = 24.01%
B = 39.46%

CMYK

 C value IS 0.07

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF73BD (or 0xAF73BD) is known color: East Side. HEX triplet: AF, 73 and BD. RGB value is (175,115,189). Sum of RGB (Red+Green+Blue) = 175+115+189=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 189 (74.22% from 255 or 39.46% from 479); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF73BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF73BD is #508C42. Grayscale: #8D8D8D. Windows color (decimal): -5278787 or 12415919. OLE color: 12415919.

HSL color Cylindrical-coordinate representation of color #AF73BD: hue angle of 288.65º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF73BD is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 115 189 -
CMYK 0.07 0.39 0 0.26
HSL 288.65º 0.36% 0.6% -
HSV(B) 288.65º 0.39% 0.74% -
XYZ 33 25.05 51.24 -
YUV 141.38 154.88 151.98 -
System Red Green Blue C M Y K H S L
Decimal 175 115 189 0.07 0.39 0 0.26 288.65 0.36 0.6
Hex AF 73 BD 7 27 0 1A 121 24 3C
Octal 257 163 275 7 47 0 32 441 44 74
Binary 10101111 1110011 10111101 111 100111 0 11010 100100001 100100 111100

Color Harmonies of #AF73BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF73BD

Black with #AF73BD

Text Example


Text Example

White with #AF73BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF73BD; }

 p { color: rgb(175,115,189); }

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

background-color css

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

 a { background-color: rgb(175,115,189); }

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

border-color css

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

 span { border-color: rgb(175,115,189); }

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