Html Css Color HEX #A51E5C Jazzberry Jam

📋 copy color: '#A51E5C'

red 165 ◦ green 30 ◦ blue 92

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

Shades of Jazzberry Jam #A51E5C

Tints of Jazzberry Jam #A51E5C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.45%

 BLUE value IS 92 (36.33% from 255) = 32.06%

R = 57.49%
G = 10.45%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A51E5C (or 0xA51E5C) is known color: Jazzberry Jam. HEX triplet: A5, 1E and 5C. RGB value is (165,30,92). Sum of RGB (Red+Green+Blue) = 165+30+92=287 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.49% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51E5C is #5AE1A3. Grayscale: #4D4D4D. Windows color (decimal): -5956004 or 6037157. OLE color: 6037157.

HSL color Cylindrical-coordinate representation of color #A51E5C: hue angle of 332.44º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A51E5C is Cyan = 0, Magento = 0.82, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 30 92 -
CMYK 0 0.82 0.44 0.35
HSL 332.44º 0.69% 0.38% -
HSV(B) 332.44º 0.82% 0.65% -
XYZ 17.91 9.7 11.05 -
YUV 77.43 136.23 190.46 -
System Red Green Blue C M Y K H S L
Decimal 165 30 92 0 0.82 0.44 0.35 332.44 0.69 0.38
Hex A5 1E 5C 0 52 2C 23 14C 45 26
Octal 245 36 134 0 122 54 43 514 105 46
Binary 10100101 11110 1011100 0 1010010 101100 100011 101001100 1000101 100110

Color Harmonies of #A51E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E5C

Black with #A51E5C

Text Example


Text Example

White with #A51E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E5C; }

 p { color: rgb(165,30,92); }

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

background-color css

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

 a { background-color: rgb(165,30,92); }

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

border-color css

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

 span { border-color: rgb(165,30,92); }

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