Html Css Color HEX #A51A75 Jazzberry Jam

📋 copy color: '#A51A75'

red 165 ◦ green 26 ◦ blue 117

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

Shades of Jazzberry Jam #A51A75

Tints of Jazzberry Jam #A51A75

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.44%

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

R = 53.57%
G = 8.44%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A51A75 (or 0xA51A75) is known color: Jazzberry Jam. HEX triplet: A5, 1A and 75. RGB value is (165,26,117). Sum of RGB (Red+Green+Blue) = 165+26+117=308 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.57% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51A75 is #5AE58A. Grayscale: #4D4D4D. Windows color (decimal): -5957003 or 7674533. OLE color: 7674533.

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

Color convert

RGB 165 26 117 -
CMYK 0 0.84 0.29 0.35
HSL 320.72º 0.73% 0.37% -
HSV(B) 320.72º 0.84% 0.65% -
XYZ 19.1 10.02 17.76 -
YUV 77.94 150.05 190.1 -
System Red Green Blue C M Y K H S L
Decimal 165 26 117 0 0.84 0.29 0.35 320.72 0.73 0.37
Hex A5 1A 75 0 54 1D 23 141 49 25
Octal 245 32 165 0 124 35 43 501 111 45
Binary 10100101 11010 1110101 0 1010100 11101 100011 101000001 1001001 100101

Color Harmonies of #A51A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A75

Black with #A51A75

Text Example


Text Example

White with #A51A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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