Html Css Color HEX #A5135E Jazzberry Jam

📋 copy color: '#A5135E'

red 165 ◦ green 19 ◦ blue 94

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

Shades of Jazzberry Jam #A5135E

Tints of Jazzberry Jam #A5135E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.83%

 BLUE value IS 94 (37.11% from 255) = 33.81%

R = 59.35%
G = 6.83%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.35

RGB Variations

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

Color information

#A5135E (or 0xA5135E) is known color: Jazzberry Jam. HEX triplet: A5, 13 and 5E. RGB value is (165,19,94). Sum of RGB (Red+Green+Blue) = 165+19+94=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A5135E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5135E is #5AECA1. Grayscale: #474747. Windows color (decimal): -5958818 or 6165413. OLE color: 6165413.

HSL color Cylindrical-coordinate representation of color #A5135E: hue angle of 329.18º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A5135E is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 19 94 -
CMYK 0 0.88 0.43 0.35
HSL 329.18º 0.79% 0.36% -
HSV(B) 329.18º 0.88% 0.65% -
XYZ 17.77 9.27 11.44 -
YUV 71.2 140.87 194.9 -
System Red Green Blue C M Y K H S L
Decimal 165 19 94 0 0.88 0.43 0.35 329.18 0.79 0.36
Hex A5 13 5E 0 58 2B 23 149 4F 24
Octal 245 23 136 0 130 53 43 511 117 44
Binary 10100101 10011 1011110 0 1011000 101011 100011 101001001 1001111 100100

Color Harmonies of #A5135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5135E

Black with #A5135E

Text Example


Text Example

White with #A5135E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5135E; }

 p { color: rgb(165,19,94); }

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

background-color css

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

 a { background-color: rgb(165,19,94); }

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

border-color css

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

 span { border-color: rgb(165,19,94); }

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