Html Css Color HEX #AF74BA East Side

📋 copy color: '#AF74BA'

red 175 ◦ green 116 ◦ blue 186

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

Shades of East Side #AF74BA

Tints of East Side #AF74BA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 24.32%

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

R = 36.69%
G = 24.32%
B = 38.99%

CMYK

 C value IS 0.06

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF74BA (or 0xAF74BA) is known color: East Side. HEX triplet: AF, 74 and BA. RGB value is (175,116,186). Sum of RGB (Red+Green+Blue) = 175+116+186=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 116 (45.70% from 255 or 24.32% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF74BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF74BA is #508B45. Grayscale: #8D8D8D. Windows color (decimal): -5278534 or 12219567. OLE color: 12219567.

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

Color convert

RGB 175 116 186 -
CMYK 0.06 0.38 0 0.27
HSL 290.57º 0.34% 0.59% -
HSV(B) 290.57º 0.38% 0.73% -
XYZ 32.79 25.15 49.58 -
YUV 141.62 153.05 151.81 -
System Red Green Blue C M Y K H S L
Decimal 175 116 186 0.06 0.38 0 0.27 290.57 0.34 0.59
Hex AF 74 BA 6 26 0 1B 123 22 3B
Octal 257 164 272 6 46 0 33 443 42 73
Binary 10101111 1110100 10111010 110 100110 0 11011 100100011 100010 111011

Color Harmonies of #AF74BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF74BA

Black with #AF74BA

Text Example


Text Example

White with #AF74BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF74BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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