Html Css Color HEX #AF78BA East Side

📋 copy color: '#AF78BA'

red 175 ◦ green 120 ◦ blue 186

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

Shades of East Side #AF78BA

Tints of East Side #AF78BA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.95%

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

R = 36.38%
G = 24.95%
B = 38.67%

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

#AF78BA (or 0xAF78BA) is known color: East Side. HEX triplet: AF, 78 and BA. RGB value is (175,120,186). Sum of RGB (Red+Green+Blue) = 175+120+186=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 120 (47.27% from 255 or 24.95% from 481); Blue value is 186 (73.05% from 255 or 38.67% from 481); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF78BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF78BA is #508745. Grayscale: #8F8F8F. Windows color (decimal): -5277510 or 12220591. OLE color: 12220591.

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

Color convert

RGB 175 120 186 -
CMYK 0.06 0.35 0 0.27
HSL 290º 0.32% 0.6% -
HSV(B) 290º 0.35% 0.73% -
XYZ 33.26 26.09 49.74 -
YUV 143.97 151.72 150.13 -
System Red Green Blue C M Y K H S L
Decimal 175 120 186 0.06 0.35 0 0.27 290 0.32 0.6
Hex AF 78 BA 6 23 0 1B 122 20 3C
Octal 257 170 272 6 43 0 33 442 40 74
Binary 10101111 1111000 10111010 110 100011 0 11011 100100010 100000 111100

Color Harmonies of #AF78BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF78BA

Black with #AF78BA

Text Example


Text Example

White with #AF78BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF78BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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