Html Css Color HEX #A5568C Strikemaster

📋 copy color: '#A5568C'

red 165 ◦ green 86 ◦ blue 140

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

Shades of Strikemaster #A5568C

Tints of Strikemaster #A5568C

RGB

 RED value IS 165 (64.84% from 255) = 42.2%

 GREEN value IS 86 (33.98% from 255) = 21.99%

 BLUE value IS 140 (55.08% from 255) = 35.81%

R = 42.2%
G = 21.99%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.15

 K value IS 0.35

RGB Variations

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

Color information

#A5568C (or 0xA5568C) is known color: Strikemaster. HEX triplet: A5, 56 and 8C. RGB value is (165,86,140). Sum of RGB (Red+Green+Blue) = 165+86+140=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 140 (55.08% from 255 or 35.81% from 391); Max value from RGB is 165 - color contains mainly: red. Hex color #A5568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A5568C is #5AA973. Grayscale: #737373. Windows color (decimal): -5941620 or 9197221. OLE color: 9197221.

HSL color Cylindrical-coordinate representation of color #A5568C: hue angle of 318.99º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A5568C is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 86 140 -
CMYK 0 0.48 0.15 0.35
HSL 318.99º 0.31% 0.49% -
HSV(B) 318.99º 0.48% 0.65% -
XYZ 23.58 16.55 26.76 -
YUV 115.78 141.67 163.11 -
System Red Green Blue C M Y K H S L
Decimal 165 86 140 0 0.48 0.15 0.35 318.99 0.31 0.49
Hex A5 56 8C 0 30 F 23 13F 1F 31
Octal 245 126 214 0 60 17 43 477 37 61
Binary 10100101 1010110 10001100 0 110000 1111 100011 100111111 11111 110001

Color Harmonies of #A5568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5568C

Black with #A5568C

Text Example


Text Example

White with #A5568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5568C; }

 p { color: rgb(165,86,140); }

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

background-color css

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

 a { background-color: rgb(165,86,140); }

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

border-color css

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

 span { border-color: rgb(165,86,140); }

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