Html Css Color HEX #AF72B7 East Side

📋 copy color: '#AF72B7'

red 175 ◦ green 114 ◦ blue 183

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

Shades of East Side #AF72B7

Tints of East Side #AF72B7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.15%

 BLUE value IS 183 (71.88% from 255) = 38.77%

R = 37.08%
G = 24.15%
B = 38.77%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF72B7 (or 0xAF72B7) is known color: East Side. HEX triplet: AF, 72 and B7. RGB value is (175,114,183). Sum of RGB (Red+Green+Blue) = 175+114+183=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 114 (44.92% from 255 or 24.15% from 472); Blue value is 183 (71.88% from 255 or 38.77% from 472); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF72B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF72B7 is #508D48. Grayscale: #8B8B8B. Windows color (decimal): -5279049 or 12022447. OLE color: 12022447.

HSL color Cylindrical-coordinate representation of color #AF72B7: hue angle of 293.04º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF72B7 is Cyan = 0.04, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 114 183 -
CMYK 0.04 0.38 0 0.28
HSL 293.04º 0.32% 0.58% -
HSV(B) 293.04º 0.38% 0.72% -
XYZ 32.24 24.57 47.84 -
YUV 140.11 152.21 152.89 -
System Red Green Blue C M Y K H S L
Decimal 175 114 183 0.04 0.38 0 0.28 293.04 0.32 0.58
Hex AF 72 B7 4 26 0 1C 125 20 3A
Octal 257 162 267 4 46 0 34 445 40 72
Binary 10101111 1110010 10110111 100 100110 0 11100 100100101 100000 111010

Color Harmonies of #AF72B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF72B7

Black with #AF72B7

Text Example


Text Example

White with #AF72B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF72B7; }

 p { color: rgb(175,114,183); }

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

background-color css

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

 a { background-color: rgb(175,114,183); }

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

border-color css

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

 span { border-color: rgb(175,114,183); }

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