Html Css Color HEX #A51675 Jazzberry Jam

📋 copy color: '#A51675'

red 165 ◦ green 22 ◦ blue 117

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

Shades of Jazzberry Jam #A51675

Tints of Jazzberry Jam #A51675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.24%

 BLUE value IS 117 (46.09% from 255) = 38.49%

R = 54.28%
G = 7.24%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A51675 (or 0xA51675) is known color: Jazzberry Jam. HEX triplet: A5, 16 and 75. RGB value is (165,22,117). Sum of RGB (Red+Green+Blue) = 165+22+117=304 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.28% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 117 (46.09% from 255 or 38.49% from 304); Max value from RGB is 165 - color contains mainly: red. Hex color #A51675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51675 is #5AE98A. Grayscale: #4B4B4B. Windows color (decimal): -5958027 or 7673509. OLE color: 7673509.

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

Color convert

RGB 165 22 117 -
CMYK 0 0.87 0.29 0.35
HSL 320.14º 0.76% 0.37% -
HSV(B) 320.14º 0.87% 0.65% -
XYZ 19.01 9.86 17.73 -
YUV 75.59 151.38 191.78 -
System Red Green Blue C M Y K H S L
Decimal 165 22 117 0 0.87 0.29 0.35 320.14 0.76 0.37
Hex A5 16 75 0 57 1D 23 140 4C 25
Octal 245 26 165 0 127 35 43 500 114 45
Binary 10100101 10110 1110101 0 1010111 11101 100011 101000000 1001100 100101

Color Harmonies of #A51675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51675

Black with #A51675

Text Example


Text Example

White with #A51675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51675; }

 p { color: rgb(165,22,117); }

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

background-color css

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

 a { background-color: rgb(165,22,117); }

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

border-color css

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

 span { border-color: rgb(165,22,117); }

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