Html Css Color HEX #AF82BB East Side

📋 copy color: '#AF82BB'

red 175 ◦ green 130 ◦ blue 187

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

Shades of East Side #AF82BB

Tints of East Side #AF82BB

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.42%

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

R = 35.57%
G = 26.42%
B = 38.01%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF82BB (or 0xAF82BB) is known color: East Side. HEX triplet: AF, 82 and BB. RGB value is (175,130,187). Sum of RGB (Red+Green+Blue) = 175+130+187=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 130 (51.17% from 255 or 26.42% from 492); Blue value is 187 (73.44% from 255 or 38.01% from 492); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF82BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82BB is #507D44. Grayscale: #959595. Windows color (decimal): -5274949 or 12288687. OLE color: 12288687.

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

Color convert

RGB 175 130 187 -
CMYK 0.06 0.30 0 0.27
HSL 287.37º 0.3% 0.62% -
HSV(B) 287.37º 0.3% 0.73% -
XYZ 34.63 28.67 50.72 -
YUV 149.95 148.91 145.87 -
System Red Green Blue C M Y K H S L
Decimal 175 130 187 0.06 0.30 0 0.27 287.37 0.3 0.62
Hex AF 82 BB 6 1E 0 1B 11F 1E 3E
Octal 257 202 273 6 36 0 33 437 36 76
Binary 10101111 10000010 10111011 110 11110 0 11011 100011111 11110 111110

Color Harmonies of #AF82BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82BB

Black with #AF82BB

Text Example


Text Example

White with #AF82BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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