Html Css Color HEX #AF71BE East Side

📋 copy color: '#AF71BE'

red 175 ◦ green 113 ◦ blue 190

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

Shades of East Side #AF71BE

Tints of East Side #AF71BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.75%

R = 36.61%
G = 23.64%
B = 39.75%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AF71BE (or 0xAF71BE) is known color: East Side. HEX triplet: AF, 71 and BE. RGB value is (175,113,190). Sum of RGB (Red+Green+Blue) = 175+113+190=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 113 (44.53% from 255 or 23.64% from 478); Blue value is 190 (74.61% from 255 or 39.75% from 478); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF71BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF71BE is #508E41. Grayscale: #8C8C8C. Windows color (decimal): -5279298 or 12480943. OLE color: 12480943.

HSL color Cylindrical-coordinate representation of color #AF71BE: hue angle of 288.31º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF71BE is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 113 190 -
CMYK 0.08 0.41 0 0.25
HSL 288.31º 0.37% 0.59% -
HSV(B) 288.31º 0.41% 0.75% -
XYZ 32.88 24.64 51.74 -
YUV 140.32 156.04 152.74 -
System Red Green Blue C M Y K H S L
Decimal 175 113 190 0.08 0.41 0 0.25 288.31 0.37 0.59
Hex AF 71 BE 8 29 0 19 120 25 3B
Octal 257 161 276 10 51 0 31 440 45 73
Binary 10101111 1110001 10111110 1000 101001 0 11001 100100000 100101 111011

Color Harmonies of #AF71BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF71BE

Black with #AF71BE

Text Example


Text Example

White with #AF71BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF71BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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