Html Css Color HEX #A51369 Jazzberry Jam

📋 copy color: '#A51369'

red 165 ◦ green 19 ◦ blue 105

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

Shades of Jazzberry Jam #A51369

Tints of Jazzberry Jam #A51369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.57%

 BLUE value IS 105 (41.41% from 255) = 36.33%

R = 57.09%
G = 6.57%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A51369 (or 0xA51369) is known color: Jazzberry Jam. HEX triplet: A5, 13 and 69. RGB value is (165,19,105). Sum of RGB (Red+Green+Blue) = 165+19+105=289 (38% of max value = 765). Red value is 165 (64.84% from 255 or 57.09% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 165 - color contains mainly: red. Hex color #A51369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51369 is #5AEC96. Grayscale: #484848. Windows color (decimal): -5958807 or 6886309. OLE color: 6886309.

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

Color convert

RGB 165 19 105 -
CMYK 0 0.88 0.36 0.35
HSL 324.66º 0.79% 0.36% -
HSV(B) 324.66º 0.88% 0.65% -
XYZ 18.3 9.48 14.23 -
YUV 72.46 146.37 194.01 -
System Red Green Blue C M Y K H S L
Decimal 165 19 105 0 0.88 0.36 0.35 324.66 0.79 0.36
Hex A5 13 69 0 58 24 23 145 4F 24
Octal 245 23 151 0 130 44 43 505 117 44
Binary 10100101 10011 1101001 0 1011000 100100 100011 101000101 1001111 100100

Color Harmonies of #A51369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51369

Black with #A51369

Text Example


Text Example

White with #A51369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51369; }

 p { color: rgb(165,19,105); }

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

background-color css

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

 a { background-color: rgb(165,19,105); }

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

border-color css

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

 span { border-color: rgb(165,19,105); }

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