Html Css Color HEX #AF82BA East Side

📋 copy color: '#AF82BA'

red 175 ◦ green 130 ◦ blue 186

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

Shades of East Side #AF82BA

Tints of East Side #AF82BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.88%

R = 35.64%
G = 26.48%
B = 37.88%

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

#AF82BA (or 0xAF82BA) is known color: East Side. HEX triplet: AF, 82 and BA. RGB value is (175,130,186). Sum of RGB (Red+Green+Blue) = 175+130+186=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 130 (51.17% from 255 or 26.48% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF82BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF82BA is #507D45. Grayscale: #959595. Windows color (decimal): -5274950 or 12223151. OLE color: 12223151.

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

Color convert

RGB 175 130 186 -
CMYK 0.06 0.30 0 0.27
HSL 288.21º 0.29% 0.62% -
HSV(B) 288.21º 0.3% 0.73% -
XYZ 34.52 28.62 50.16 -
YUV 149.84 148.41 145.95 -
System Red Green Blue C M Y K H S L
Decimal 175 130 186 0.06 0.30 0 0.27 288.21 0.29 0.62
Hex AF 82 BA 6 1E 0 1B 120 1D 3E
Octal 257 202 272 6 36 0 33 440 35 76
Binary 10101111 10000010 10111010 110 11110 0 11011 100100000 11101 111110

Color Harmonies of #AF82BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF82BA

Black with #AF82BA

Text Example


Text Example

White with #AF82BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF82BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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