Html Css Color HEX #A51768 Jazzberry Jam

📋 copy color: '#A51768'

red 165 ◦ green 23 ◦ blue 104

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

Shades of Jazzberry Jam #A51768

Tints of Jazzberry Jam #A51768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.88%

 BLUE value IS 104 (41.02% from 255) = 35.62%

R = 56.51%
G = 7.88%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A51768 (or 0xA51768) is known color: Jazzberry Jam. HEX triplet: A5, 17 and 68. RGB value is (165,23,104). Sum of RGB (Red+Green+Blue) = 165+23+104=292 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.51% from 292); Green value is 23 (9.38% from 255 or 7.88% from 292); Blue value is 104 (41.02% from 255 or 35.62% from 292); Max value from RGB is 165 - color contains mainly: red. Hex color #A51768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51768 is #5AE897. Grayscale: #4A4A4A. Windows color (decimal): -5957784 or 6821797. OLE color: 6821797.

HSL color Cylindrical-coordinate representation of color #A51768: hue angle of 325.77º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A51768 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 23 104 -
CMYK 0 0.86 0.37 0.35
HSL 325.77º 0.76% 0.37% -
HSV(B) 325.77º 0.86% 0.65% -
XYZ 18.32 9.61 13.99 -
YUV 74.69 144.54 192.41 -
System Red Green Blue C M Y K H S L
Decimal 165 23 104 0 0.86 0.37 0.35 325.77 0.76 0.37
Hex A5 17 68 0 56 25 23 146 4C 25
Octal 245 27 150 0 126 45 43 506 114 45
Binary 10100101 10111 1101000 0 1010110 100101 100011 101000110 1001100 100101

Color Harmonies of #A51768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51768

Black with #A51768

Text Example


Text Example

White with #A51768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51768; }

 p { color: rgb(165,23,104); }

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

background-color css

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

 a { background-color: rgb(165,23,104); }

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

border-color css

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

 span { border-color: rgb(165,23,104); }

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