Html Css Color HEX #AF70BC East Side

📋 copy color: '#AF70BC'

red 175 ◦ green 112 ◦ blue 188

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

Shades of East Side #AF70BC

Tints of East Side #AF70BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.58%

R = 36.84%
G = 23.58%
B = 39.58%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF70BC (or 0xAF70BC) is known color: East Side. HEX triplet: AF, 70 and BC. RGB value is (175,112,188). Sum of RGB (Red+Green+Blue) = 175+112+188=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 188 (73.83% from 255 or 39.58% from 475); Max value from RGB is 188 - color contains mainly: blue. Hex color #AF70BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70BC is #508F43. Grayscale: #8B8B8B. Windows color (decimal): -5279556 or 12349615. OLE color: 12349615.

HSL color Cylindrical-coordinate representation of color #AF70BC: hue angle of 289.74º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF70BC is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 112 188 -
CMYK 0.07 0.40 0 0.26
HSL 289.74º 0.36% 0.59% -
HSV(B) 289.74º 0.4% 0.74% -
XYZ 32.55 24.33 50.56 -
YUV 139.5 155.37 153.32 -
System Red Green Blue C M Y K H S L
Decimal 175 112 188 0.07 0.40 0 0.26 289.74 0.36 0.59
Hex AF 70 BC 7 28 0 1A 122 24 3B
Octal 257 160 274 7 50 0 32 442 44 73
Binary 10101111 1110000 10111100 111 101000 0 11010 100100010 100100 111011

Color Harmonies of #AF70BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70BC

Black with #AF70BC

Text Example


Text Example

White with #AF70BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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