Html Css Color HEX #A95A8A Strikemaster

📋 copy color: '#A95A8A'

red 169 ◦ green 90 ◦ blue 138

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

Shades of Strikemaster #A95A8A

Tints of Strikemaster #A95A8A

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.67%

 BLUE value IS 138 (54.3% from 255) = 34.76%

R = 42.57%
G = 22.67%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A95A8A (or 0xA95A8A) is known color: Strikemaster. HEX triplet: A9, 5A and 8A. RGB value is (169,90,138). Sum of RGB (Red+Green+Blue) = 169+90+138=397 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.57% from 397); Green value is 90 (35.55% from 255 or 22.67% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A95A8A is #56A575. Grayscale: #767676. Windows color (decimal): -5678454 or 9067177. OLE color: 9067177.

HSL color Cylindrical-coordinate representation of color #A95A8A: hue angle of 323.54º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A95A8A is Cyan = 0, Magento = 0.47, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 90 138 -
CMYK 0 0.47 0.18 0.34
HSL 323.54º 0.31% 0.51% -
HSV(B) 323.54º 0.47% 0.66% -
XYZ 24.61 17.58 26.14 -
YUV 119.09 138.67 163.6 -
System Red Green Blue C M Y K H S L
Decimal 169 90 138 0 0.47 0.18 0.34 323.54 0.31 0.51
Hex A9 5A 8A 0 2F 12 22 144 1F 33
Octal 251 132 212 0 57 22 42 504 37 63
Binary 10101001 1011010 10001010 0 101111 10010 100010 101000100 11111 110011

Color Harmonies of #A95A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95A8A

Black with #A95A8A

Text Example


Text Example

White with #A95A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95A8A; }

 p { color: rgb(169,90,138); }

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

background-color css

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

 a { background-color: rgb(169,90,138); }

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

border-color css

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

 span { border-color: rgb(169,90,138); }

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