Html Css Color HEX #AF70BB East Side

📋 copy color: '#AF70BB'

red 175 ◦ green 112 ◦ blue 187

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

Shades of East Side #AF70BB

Tints of East Side #AF70BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.45%

R = 36.92%
G = 23.63%
B = 39.45%

CMYK

 C value IS 0.06

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF70BB (or 0xAF70BB) is known color: East Side. HEX triplet: AF, 70 and BB. RGB value is (175,112,187). Sum of RGB (Red+Green+Blue) = 175+112+187=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 112 (44.14% from 255 or 23.63% from 474); Blue value is 187 (73.44% from 255 or 39.45% from 474); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF70BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF70BB is #508F44. Grayscale: #8B8B8B. Windows color (decimal): -5279557 or 12284079. OLE color: 12284079.

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

Color convert

RGB 175 112 187 -
CMYK 0.06 0.40 0 0.27
HSL 290.4º 0.36% 0.59% -
HSV(B) 290.4º 0.4% 0.73% -
XYZ 32.44 24.29 49.99 -
YUV 139.39 154.87 153.4 -
System Red Green Blue C M Y K H S L
Decimal 175 112 187 0.06 0.40 0 0.27 290.4 0.36 0.59
Hex AF 70 BB 6 28 0 1B 122 24 3B
Octal 257 160 273 6 50 0 33 442 44 73
Binary 10101111 1110000 10111011 110 101000 0 11011 100100010 100100 111011

Color Harmonies of #AF70BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF70BB

Black with #AF70BB

Text Example


Text Example

White with #AF70BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF70BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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