Html Css Color HEX #A51875 Jazzberry Jam

📋 copy color: '#A51875'

red 165 ◦ green 24 ◦ blue 117

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

Shades of Jazzberry Jam #A51875

Tints of Jazzberry Jam #A51875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.84%

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

R = 53.92%
G = 7.84%
B = 38.24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A51875 (or 0xA51875) is known color: Jazzberry Jam. HEX triplet: A5, 18 and 75. RGB value is (165,24,117). Sum of RGB (Red+Green+Blue) = 165+24+117=306 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.92% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 117 (46.09% from 255 or 38.24% from 306); Max value from RGB is 165 - color contains mainly: red. Hex color #A51875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51875 is #5AE78A. Grayscale: #4C4C4C. Windows color (decimal): -5957515 or 7674021. OLE color: 7674021.

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

Color convert

RGB 165 24 117 -
CMYK 0 0.85 0.29 0.35
HSL 320.43º 0.75% 0.37% -
HSV(B) 320.43º 0.85% 0.65% -
XYZ 19.05 9.94 17.74 -
YUV 76.76 150.71 190.94 -
System Red Green Blue C M Y K H S L
Decimal 165 24 117 0 0.85 0.29 0.35 320.43 0.75 0.37
Hex A5 18 75 0 55 1D 23 140 4B 25
Octal 245 30 165 0 125 35 43 500 113 45
Binary 10100101 11000 1110101 0 1010101 11101 100011 101000000 1001011 100101

Color Harmonies of #A51875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51875

Black with #A51875

Text Example


Text Example

White with #A51875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51875; }

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

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

background-color css

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

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

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

border-color css

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

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

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