Html Css Color HEX #AF71BA East Side

📋 copy color: '#AF71BA'

red 175 ◦ green 113 ◦ blue 186

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

Shades of East Side #AF71BA

Tints of East Side #AF71BA

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.84%

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

R = 36.92%
G = 23.84%
B = 39.24%

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

#AF71BA (or 0xAF71BA) is known color: East Side. HEX triplet: AF, 71 and BA. RGB value is (175,113,186). Sum of RGB (Red+Green+Blue) = 175+113+186=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 186 (73.05% from 255 or 39.24% from 474); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF71BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71BA is #508E45. Grayscale: #8B8B8B. Windows color (decimal): -5279302 or 12218799. OLE color: 12218799.

HSL color Cylindrical-coordinate representation of color #AF71BA: hue angle of 290.96º degrees, saturation: 0.35, 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 #AF71BA is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 113 186 -
CMYK 0.06 0.39 0 0.27
HSL 290.96º 0.35% 0.59% -
HSV(B) 290.96º 0.39% 0.73% -
XYZ 32.45 24.47 49.47 -
YUV 139.86 154.04 153.06 -
System Red Green Blue C M Y K H S L
Decimal 175 113 186 0.06 0.39 0 0.27 290.96 0.35 0.59
Hex AF 71 BA 6 27 0 1B 123 23 3B
Octal 257 161 272 6 47 0 33 443 43 73
Binary 10101111 1110001 10111010 110 100111 0 11011 100100011 100011 111011

Color Harmonies of #AF71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF71BA

Black with #AF71BA

Text Example


Text Example

White with #AF71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF71BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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