Html Css Color HEX #A51D5A Jazzberry Jam

📋 copy color: '#A51D5A'

red 165 ◦ green 29 ◦ blue 90

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

Shades of Jazzberry Jam #A51D5A

Tints of Jazzberry Jam #A51D5A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.21%

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 58.1%
G = 10.21%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A51D5A (or 0xA51D5A) is known color: Jazzberry Jam. HEX triplet: A5, 1D and 5A. RGB value is (165,29,90). Sum of RGB (Red+Green+Blue) = 165+29+90=284 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.10% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 165 - color contains mainly: red. Hex color #A51D5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51D5A is #5AE2A5. Grayscale: #4C4C4C. Windows color (decimal): -5956262 or 5905829. OLE color: 5905829.

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

Color convert

RGB 165 29 90 -
CMYK 0 0.82 0.45 0.35
HSL 333.09º 0.7% 0.38% -
HSV(B) 333.09º 0.82% 0.65% -
XYZ 17.8 9.62 10.59 -
YUV 76.62 135.56 191.04 -
System Red Green Blue C M Y K H S L
Decimal 165 29 90 0 0.82 0.45 0.35 333.09 0.7 0.38
Hex A5 1D 5A 0 52 2D 23 14D 46 26
Octal 245 35 132 0 122 55 43 515 106 46
Binary 10100101 11101 1011010 0 1010010 101101 100011 101001101 1000110 100110

Color Harmonies of #A51D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51D5A

Black with #A51D5A

Text Example


Text Example

White with #A51D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51D5A; }

 p { color: rgb(165,29,90); }

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

background-color css

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

 a { background-color: rgb(165,29,90); }

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

border-color css

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

 span { border-color: rgb(165,29,90); }

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