Html Css Color HEX #AF82B7 East Side

📋 copy color: '#AF82B7'

red 175 ◦ green 130 ◦ blue 183

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

Shades of East Side #AF82B7

Tints of East Side #AF82B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 37.5%

R = 35.86%
G = 26.64%
B = 37.5%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF82B7 (or 0xAF82B7) is known color: East Side. HEX triplet: AF, 82 and B7. RGB value is (175,130,183). Sum of RGB (Red+Green+Blue) = 175+130+183=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 130 (51.17% from 255 or 26.64% from 488); Blue value is 183 (71.88% from 255 or 37.5% from 488); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF82B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82B7 is #507D48. Grayscale: #959595. Windows color (decimal): -5274953 or 12026543. OLE color: 12026543.

HSL color Cylindrical-coordinate representation of color #AF82B7: hue angle of 290.94º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF82B7 is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 130 183 -
CMYK 0.04 0.29 0 0.28
HSL 290.94º 0.27% 0.61% -
HSV(B) 290.94º 0.29% 0.72% -
XYZ 34.21 28.5 48.5 -
YUV 149.5 146.91 146.19 -
System Red Green Blue C M Y K H S L
Decimal 175 130 183 0.04 0.29 0 0.28 290.94 0.27 0.61
Hex AF 82 B7 4 1D 0 1C 123 1B 3D
Octal 257 202 267 4 35 0 34 443 33 75
Binary 10101111 10000010 10110111 100 11101 0 11100 100100011 11011 111101

Color Harmonies of #AF82B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82B7

Black with #AF82B7

Text Example


Text Example

White with #AF82B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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