Html Css Color HEX #A0628A Strikemaster

📋 copy color: '#A0628A'

red 160 ◦ green 98 ◦ blue 138

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

Shades of Strikemaster #A0628A

Tints of Strikemaster #A0628A

RGB

 RED value IS 160 (62.89% from 255) = 40.4%

 GREEN value IS 98 (38.67% from 255) = 24.75%

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

R = 40.4%
G = 24.75%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A0628A (or 0xA0628A) is known color: Strikemaster. HEX triplet: A0, 62 and 8A. RGB value is (160,98,138). Sum of RGB (Red+Green+Blue) = 160+98+138=396 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.40% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 160 - color contains mainly: red. Hex color #A0628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A0628A is #5F9D75. Grayscale: #797979. Windows color (decimal): -6266230 or 9069216. OLE color: 9069216.

HSL color Cylindrical-coordinate representation of color #A0628A: hue angle of 321.29º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0628A is Cyan = 0, Magento = 0.39, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 98 138 -
CMYK 0 0.39 0.14 0.37
HSL 321.29º 0.25% 0.51% -
HSV(B) 321.29º 0.39% 0.63% -
XYZ 23.45 18.04 26.29 -
YUV 121.1 137.54 155.75 -
System Red Green Blue C M Y K H S L
Decimal 160 98 138 0 0.39 0.14 0.37 321.29 0.25 0.51
Hex A0 62 8A 0 27 E 25 141 19 33
Octal 240 142 212 0 47 16 45 501 31 63
Binary 10100000 1100010 10001010 0 100111 1110 100101 101000001 11001 110011

Color Harmonies of #A0628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0628A

Black with #A0628A

Text Example


Text Example

White with #A0628A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0628A; }

 p { color: rgb(160,98,138); }

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

background-color css

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

 a { background-color: rgb(160,98,138); }

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

border-color css

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

 span { border-color: rgb(160,98,138); }

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