Html Css Color HEX #AF72BA East Side

📋 copy color: '#AF72BA'

red 175 ◦ green 114 ◦ blue 186

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

Shades of East Side #AF72BA

Tints of East Side #AF72BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.16%

R = 36.84%
G = 24%
B = 39.16%

CMYK

 C value IS 0.06

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF72BA (or 0xAF72BA) is known color: East Side. HEX triplet: AF, 72 and BA. RGB value is (175,114,186). Sum of RGB (Red+Green+Blue) = 175+114+186=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF72BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF72BA is #508D45. Grayscale: #8C8C8C. Windows color (decimal): -5279046 or 12219055. OLE color: 12219055.

HSL color Cylindrical-coordinate representation of color #AF72BA: hue angle of 290.83º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF72BA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 114 186 -
CMYK 0.06 0.39 0 0.27
HSL 290.83º 0.34% 0.59% -
HSV(B) 290.83º 0.39% 0.73% -
XYZ 32.56 24.69 49.5 -
YUV 140.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 175 114 186 0.06 0.39 0 0.27 290.83 0.34 0.59
Hex AF 72 BA 6 27 0 1B 123 22 3B
Octal 257 162 272 6 47 0 33 443 42 73
Binary 10101111 1110010 10111010 110 100111 0 11011 100100011 100010 111011

Color Harmonies of #AF72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF72BA

Black with #AF72BA

Text Example


Text Example

White with #AF72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF72BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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