Html Css Color HEX #A982B4 East Side

📋 copy color: '#A982B4'

red 169 ◦ green 130 ◦ blue 180

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

Shades of East Side #A982B4

Tints of East Side #A982B4

RGB

 RED value IS 169 (66.41% from 255) = 35.28%

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

 BLUE value IS 180 (70.7% from 255) = 37.58%

R = 35.28%
G = 27.14%
B = 37.58%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A982B4 (or 0xA982B4) is known color: East Side. HEX triplet: A9, 82 and B4. RGB value is (169,130,180). Sum of RGB (Red+Green+Blue) = 169+130+180=479 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.28% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 180 - color contains mainly: blue. Hex color #A982B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A982B4 is #567D4B. Grayscale: #939393. Windows color (decimal): -5668172 or 11829929. OLE color: 11829929.

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

Color convert

RGB 169 130 180 -
CMYK 0.06 0.28 0 0.29
HSL 286.8º 0.25% 0.61% -
HSV(B) 286.8º 0.28% 0.71% -
XYZ 32.58 27.7 46.81 -
YUV 147.36 146.42 143.43 -
System Red Green Blue C M Y K H S L
Decimal 169 130 180 0.06 0.28 0 0.29 286.8 0.25 0.61
Hex A9 82 B4 6 1C 0 1D 11F 19 3D
Octal 251 202 264 6 34 0 35 437 31 75
Binary 10101001 10000010 10110100 110 11100 0 11101 100011111 11001 111101

Color Harmonies of #A982B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A982B4

Black with #A982B4

Text Example


Text Example

White with #A982B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A982B4; }

 p { color: rgb(169,130,180); }

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

background-color css

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

 a { background-color: rgb(169,130,180); }

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

border-color css

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

 span { border-color: rgb(169,130,180); }

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