Html Css Color HEX #A0627B Strikemaster

📋 copy color: '#A0627B'

red 160 ◦ green 98 ◦ blue 123

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

Shades of Strikemaster #A0627B

Tints of Strikemaster #A0627B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.28%

R = 41.99%
G = 25.72%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#A0627B (or 0xA0627B) is known color: Strikemaster. HEX triplet: A0, 62 and 7B. RGB value is (160,98,123). Sum of RGB (Red+Green+Blue) = 160+98+123=381 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.99% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 160 - color contains mainly: red. Hex color #A0627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0627B is #5F9D84. Grayscale: #777777. Windows color (decimal): -6266245 or 8086176. OLE color: 8086176.

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

Color convert

RGB 160 98 123 -
CMYK 0 0.39 0.23 0.37
HSL 335.81º 0.25% 0.51% -
HSV(B) 335.81º 0.39% 0.63% -
XYZ 22.44 17.64 20.96 -
YUV 119.39 130.04 156.97 -
System Red Green Blue C M Y K H S L
Decimal 160 98 123 0 0.39 0.23 0.37 335.81 0.25 0.51
Hex A0 62 7B 0 27 17 25 150 19 33
Octal 240 142 173 0 47 27 45 520 31 63
Binary 10100000 1100010 1111011 0 100111 10111 100101 101010000 11001 110011

Color Harmonies of #A0627B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0627B

Black with #A0627B

Text Example


Text Example

White with #A0627B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0627B; }

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

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

background-color css

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

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

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

border-color css

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

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

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