Html Css Color HEX #A0627E Strikemaster

📋 copy color: '#A0627E'

red 160 ◦ green 98 ◦ blue 126

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

Shades of Strikemaster #A0627E

Tints of Strikemaster #A0627E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 41.67%
G = 25.52%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0627E (or 0xA0627E) is known color: Strikemaster. HEX triplet: A0, 62 and 7E. RGB value is (160,98,126). Sum of RGB (Red+Green+Blue) = 160+98+126=384 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.67% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 160 - color contains mainly: red. Hex color #A0627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0627E is #5F9D81. Grayscale: #777777. Windows color (decimal): -6266242 or 8282784. OLE color: 8282784.

HSL color Cylindrical-coordinate representation of color #A0627E: hue angle of 332.9º 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 #A0627E is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 98 126 -
CMYK 0 0.39 0.21 0.37
HSL 332.9º 0.25% 0.51% -
HSV(B) 332.9º 0.39% 0.63% -
XYZ 22.63 17.72 21.97 -
YUV 119.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 160 98 126 0 0.39 0.21 0.37 332.9 0.25 0.51
Hex A0 62 7E 0 27 15 25 14D 19 33
Octal 240 142 176 0 47 25 45 515 31 63
Binary 10100000 1100010 1111110 0 100111 10101 100101 101001101 11001 110011

Color Harmonies of #A0627E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0627E

Black with #A0627E

Text Example


Text Example

White with #A0627E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0627E; }

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

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

background-color css

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

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

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

border-color css

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

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

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