Html Css Color HEX #A975C4 East Side

📋 copy color: '#A975C4'

red 169 ◦ green 117 ◦ blue 196

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

Shades of East Side #A975C4

Tints of East Side #A975C4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.27%

 BLUE value IS 196 (76.95% from 255) = 40.66%

R = 35.06%
G = 24.27%
B = 40.66%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#A975C4 (or 0xA975C4) is known color: East Side. HEX triplet: A9, 75 and C4. RGB value is (169,117,196). Sum of RGB (Red+Green+Blue) = 169+117+196=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 117 (46.09% from 255 or 24.27% from 482); Blue value is 196 (76.95% from 255 or 40.66% from 482); Max value from RGB is 196 - color contains mainly: blue. Hex color #A975C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A975C4 is #568A3B. Grayscale: #8D8D8D. Windows color (decimal): -5671484 or 12875177. OLE color: 12875177.

HSL color Cylindrical-coordinate representation of color #A975C4: hue angle of 279.49º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A975C4 is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 169 117 196 -
CMYK 0.14 0.40 0 0.23
HSL 279.49º 0.4% 0.61% -
HSV(B) 279.49º 0.4% 0.77% -
XYZ 32.69 25.14 55.35 -
YUV 141.55 158.73 147.58 -
System Red Green Blue C M Y K H S L
Decimal 169 117 196 0.14 0.40 0 0.23 279.49 0.4 0.61
Hex A9 75 C4 E 28 0 17 117 28 3D
Octal 251 165 304 16 50 0 27 427 50 75
Binary 10101001 1110101 11000100 1110 101000 0 10111 100010111 101000 111101

Color Harmonies of #A975C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A975C4

Black with #A975C4

Text Example


Text Example

White with #A975C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A975C4; }

 p { color: rgb(169,117,196); }

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

background-color css

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

 a { background-color: rgb(169,117,196); }

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

border-color css

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

 span { border-color: rgb(169,117,196); }

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