Html Css Color HEX #A8608A Strikemaster

📋 copy color: '#A8608A'

red 168 ◦ green 96 ◦ blue 138

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

Shades of Strikemaster #A8608A

Tints of Strikemaster #A8608A

RGB

 RED value IS 168 (66.02% from 255) = 41.79%

 GREEN value IS 96 (37.89% from 255) = 23.88%

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

R = 41.79%
G = 23.88%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#A8608A (or 0xA8608A) is known color: Strikemaster. HEX triplet: A8, 60 and 8A. RGB value is (168,96,138). Sum of RGB (Red+Green+Blue) = 168+96+138=402 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.79% from 402); Green value is 96 (37.89% from 255 or 23.88% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 168 - color contains mainly: red. Hex color #A8608A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A8608A is #579F75. Grayscale: #7A7A7A. Windows color (decimal): -5742454 or 9068712. OLE color: 9068712.

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

Color convert

RGB 168 96 138 -
CMYK 0 0.43 0.18 0.34
HSL 325º 0.29% 0.52% -
HSV(B) 325º 0.43% 0.66% -
XYZ 24.92 18.53 26.31 -
YUV 122.32 136.85 160.58 -
System Red Green Blue C M Y K H S L
Decimal 168 96 138 0 0.43 0.18 0.34 325 0.29 0.52
Hex A8 60 8A 0 2B 12 22 145 1D 34
Octal 250 140 212 0 53 22 42 505 35 64
Binary 10101000 1100000 10001010 0 101011 10010 100010 101000101 11101 110100

Color Harmonies of #A8608A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8608A

Black with #A8608A

Text Example


Text Example

White with #A8608A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8608A; }

 p { color: rgb(168,96,138); }

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

background-color css

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

 a { background-color: rgb(168,96,138); }

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

border-color css

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

 span { border-color: rgb(168,96,138); }

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