Html Css Color HEX #AF70BE East Side

📋 copy color: '#AF70BE'

red 175 ◦ green 112 ◦ blue 190

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

Shades of East Side #AF70BE

Tints of East Side #AF70BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.48%

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

R = 36.69%
G = 23.48%
B = 39.83%

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

#AF70BE (or 0xAF70BE) is known color: East Side. HEX triplet: AF, 70 and BE. RGB value is (175,112,190). Sum of RGB (Red+Green+Blue) = 175+112+190=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 190 (74.61% from 255 or 39.83% from 477); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF70BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70BE is #508F41. Grayscale: #8B8B8B. Windows color (decimal): -5279554 or 12480687. OLE color: 12480687.

HSL color Cylindrical-coordinate representation of color #AF70BE: hue angle of 288.46º degrees, saturation: 0.38, 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 #AF70BE is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 112 190 -
CMYK 0.08 0.41 0 0.25
HSL 288.46º 0.38% 0.59% -
HSV(B) 288.46º 0.41% 0.75% -
XYZ 32.77 24.42 51.7 -
YUV 139.73 156.37 153.16 -
System Red Green Blue C M Y K H S L
Decimal 175 112 190 0.08 0.41 0 0.25 288.46 0.38 0.59
Hex AF 70 BE 8 29 0 19 120 26 3B
Octal 257 160 276 10 51 0 31 440 46 73
Binary 10101111 1110000 10111110 1000 101001 0 11001 100100000 100110 111011

Color Harmonies of #AF70BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70BE

Black with #AF70BE

Text Example


Text Example

White with #AF70BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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