Html Css Color HEX #AF82B9 East Side

📋 copy color: '#AF82B9'

red 175 ◦ green 130 ◦ blue 185

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

Shades of East Side #AF82B9

Tints of East Side #AF82B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.76%

R = 35.71%
G = 26.53%
B = 37.76%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF82B9 (or 0xAF82B9) is known color: East Side. HEX triplet: AF, 82 and B9. RGB value is (175,130,185). Sum of RGB (Red+Green+Blue) = 175+130+185=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 185 (72.66% from 255 or 37.76% from 490); Max value from RGB is 185 - color contains mainly: blue. Hex color #AF82B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82B9 is #507D46. Grayscale: #959595. Windows color (decimal): -5274951 or 12157615. OLE color: 12157615.

HSL color Cylindrical-coordinate representation of color #AF82B9: hue angle of 289.09º degrees, saturation: 0.28, 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 #AF82B9 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 130 185 -
CMYK 0.05 0.30 0 0.27
HSL 289.09º 0.28% 0.62% -
HSV(B) 289.09º 0.3% 0.73% -
XYZ 34.42 28.58 49.6 -
YUV 149.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 175 130 185 0.05 0.30 0 0.27 289.09 0.28 0.62
Hex AF 82 B9 5 1E 0 1B 121 1C 3E
Octal 257 202 271 5 36 0 33 441 34 76
Binary 10101111 10000010 10111001 101 11110 0 11011 100100001 11100 111110

Color Harmonies of #AF82B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82B9

Black with #AF82B9

Text Example


Text Example

White with #AF82B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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