Html Css Color HEX #A51E6D Jazzberry Jam

📋 copy color: '#A51E6D'

red 165 ◦ green 30 ◦ blue 109

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

Shades of Jazzberry Jam #A51E6D

Tints of Jazzberry Jam #A51E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 54.28%
G = 9.87%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A51E6D (or 0xA51E6D) is known color: Jazzberry Jam. HEX triplet: A5, 1E and 6D. RGB value is (165,30,109). Sum of RGB (Red+Green+Blue) = 165+30+109=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 30 (12.11% from 255 or 9.87% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A51E6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51E6D is #5AE192. Grayscale: #4F4F4F. Windows color (decimal): -5955987 or 7151269. OLE color: 7151269.

HSL color Cylindrical-coordinate representation of color #A51E6D: hue angle of 324.89º 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 #A51E6D is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 30 109 -
CMYK 0 0.82 0.34 0.35
HSL 324.89º 0.69% 0.38% -
HSV(B) 324.89º 0.82% 0.65% -
XYZ 18.74 10.03 15.42 -
YUV 79.37 144.73 189.08 -
System Red Green Blue C M Y K H S L
Decimal 165 30 109 0 0.82 0.34 0.35 324.89 0.69 0.38
Hex A5 1E 6D 0 52 22 23 145 45 26
Octal 245 36 155 0 122 42 43 505 105 46
Binary 10100101 11110 1101101 0 1010010 100010 100011 101000101 1000101 100110

Color Harmonies of #A51E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51E6D

Black with #A51E6D

Text Example


Text Example

White with #A51E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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