Html Css Color HEX #A972BE East Side

📋 copy color: '#A972BE'

red 169 ◦ green 114 ◦ blue 190

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

Shades of East Side #A972BE

Tints of East Side #A972BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.1%

 BLUE value IS 190 (74.61% from 255) = 40.17%

R = 35.73%
G = 24.1%
B = 40.17%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A972BE (or 0xA972BE) is known color: East Side. HEX triplet: A9, 72 and BE. RGB value is (169,114,190). Sum of RGB (Red+Green+Blue) = 169+114+190=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 190 (74.61% from 255 or 40.17% from 473); Max value from RGB is 190 - color contains mainly: blue. Hex color #A972BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A972BE is #568D41. Grayscale: #8A8A8A. Windows color (decimal): -5672258 or 12481193. OLE color: 12481193.

HSL color Cylindrical-coordinate representation of color #A972BE: hue angle of 283.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A972BE is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 169 114 190 -
CMYK 0.11 0.40 0 0.25
HSL 283.42º 0.37% 0.6% -
HSV(B) 283.42º 0.4% 0.75% -
XYZ 31.67 24.19 51.71 -
YUV 139.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 169 114 190 0.11 0.40 0 0.25 283.42 0.37 0.6
Hex A9 72 BE B 28 0 19 11B 25 3C
Octal 251 162 276 13 50 0 31 433 45 74
Binary 10101001 1110010 10111110 1011 101000 0 11001 100011011 100101 111100

Color Harmonies of #A972BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A972BE

Black with #A972BE

Text Example


Text Example

White with #A972BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A972BE; }

 p { color: rgb(169,114,190); }

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

background-color css

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

 a { background-color: rgb(169,114,190); }

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

border-color css

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

 span { border-color: rgb(169,114,190); }

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