Html Css Color HEX #A51258 Jazzberry Jam

📋 copy color: '#A51258'

red 165 ◦ green 18 ◦ blue 88

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

Shades of Jazzberry Jam #A51258

Tints of Jazzberry Jam #A51258

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.64%

 BLUE value IS 88 (34.77% from 255) = 32.47%

R = 60.89%
G = 6.64%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.35

RGB Variations

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

Color information

#A51258 (or 0xA51258) is known color: Jazzberry Jam. HEX triplet: A5, 12 and 58. RGB value is (165,18,88). Sum of RGB (Red+Green+Blue) = 165+18+88=271 (35% of max value = 765). Red value is 165 (64.84% from 255 or 60.89% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 88 (34.77% from 255 or 32.47% from 271); Max value from RGB is 165 - color contains mainly: red. Hex color #A51258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51258 is #5AEDA7. Grayscale: #454545. Windows color (decimal): -5959080 or 5771941. OLE color: 5771941.

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

Color convert

RGB 165 18 88 -
CMYK 0 0.89 0.47 0.35
HSL 331.43º 0.8% 0.36% -
HSV(B) 331.43º 0.89% 0.65% -
XYZ 17.49 9.14 10.07 -
YUV 69.93 138.2 195.81 -
System Red Green Blue C M Y K H S L
Decimal 165 18 88 0 0.89 0.47 0.35 331.43 0.8 0.36
Hex A5 12 58 0 59 2F 23 14B 50 24
Octal 245 22 130 0 131 57 43 513 120 44
Binary 10100101 10010 1011000 0 1011001 101111 100011 101001011 1010000 100100

Color Harmonies of #A51258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51258

Black with #A51258

Text Example


Text Example

White with #A51258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51258; }

 p { color: rgb(165,18,88); }

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

background-color css

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

 a { background-color: rgb(165,18,88); }

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

border-color css

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

 span { border-color: rgb(165,18,88); }

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