Html Css Color HEX #A5146C Jazzberry Jam

📋 copy color: '#A5146C'

red 165 ◦ green 20 ◦ blue 108

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

Shades of Jazzberry Jam #A5146C

Tints of Jazzberry Jam #A5146C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

 BLUE value IS 108 (42.58% from 255) = 36.86%

R = 56.31%
G = 6.83%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5146C (or 0xA5146C) is known color: Jazzberry Jam. HEX triplet: A5, 14 and 6C. RGB value is (165,20,108). Sum of RGB (Red+Green+Blue) = 165+20+108=293 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.31% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 108 (42.58% from 255 or 36.86% from 293); Max value from RGB is 165 - color contains mainly: red. Hex color #A5146C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5146C is #5AEB93. Grayscale: #494949. Windows color (decimal): -5958548 or 7083173. OLE color: 7083173.

HSL color Cylindrical-coordinate representation of color #A5146C: hue angle of 323.59º degrees, saturation: 0.78, 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 #A5146C is Cyan = 0, Magento = 0.88, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 20 108 -
CMYK 0 0.88 0.35 0.35
HSL 323.59º 0.78% 0.36% -
HSV(B) 323.59º 0.88% 0.65% -
XYZ 18.47 9.58 15.06 -
YUV 73.39 147.54 193.34 -
System Red Green Blue C M Y K H S L
Decimal 165 20 108 0 0.88 0.35 0.35 323.59 0.78 0.36
Hex A5 14 6C 0 58 23 23 144 4E 24
Octal 245 24 154 0 130 43 43 504 116 44
Binary 10100101 10100 1101100 0 1011000 100011 100011 101000100 1001110 100100

Color Harmonies of #A5146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5146C

Black with #A5146C

Text Example


Text Example

White with #A5146C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5146C; }

 p { color: rgb(165,20,108); }

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

background-color css

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

 a { background-color: rgb(165,20,108); }

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

border-color css

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

 span { border-color: rgb(165,20,108); }

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