Html Css Color HEX #AF79BA East Side

📋 copy color: '#AF79BA'

red 175 ◦ green 121 ◦ blue 186

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

Shades of East Side #AF79BA

Tints of East Side #AF79BA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.1%

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

R = 36.31%
G = 25.1%
B = 38.59%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF79BA (or 0xAF79BA) is known color: East Side. HEX triplet: AF, 79 and BA. RGB value is (175,121,186). Sum of RGB (Red+Green+Blue) = 175+121+186=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 186 (73.05% from 255 or 38.59% from 482); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF79BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF79BA is #508645. Grayscale: #909090. Windows color (decimal): -5277254 or 12220847. OLE color: 12220847.

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

Color convert

RGB 175 121 186 -
CMYK 0.06 0.35 0 0.27
HSL 289.85º 0.32% 0.6% -
HSV(B) 289.85º 0.35% 0.73% -
XYZ 33.38 26.33 49.78 -
YUV 144.56 151.39 149.71 -
System Red Green Blue C M Y K H S L
Decimal 175 121 186 0.06 0.35 0 0.27 289.85 0.32 0.6
Hex AF 79 BA 6 23 0 1B 122 20 3C
Octal 257 171 272 6 43 0 33 442 40 74
Binary 10101111 1111001 10111010 110 100011 0 11011 100100010 100000 111100

Color Harmonies of #AF79BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF79BA

Black with #AF79BA

Text Example


Text Example

White with #AF79BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF79BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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