Html Css Color HEX #A51A6B Jazzberry Jam

📋 copy color: '#A51A6B'

red 165 ◦ green 26 ◦ blue 107

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

Shades of Jazzberry Jam #A51A6B

Tints of Jazzberry Jam #A51A6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.91%

R = 55.37%
G = 8.72%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A51A6B (or 0xA51A6B) is known color: Jazzberry Jam. HEX triplet: A5, 1A and 6B. RGB value is (165,26,107). Sum of RGB (Red+Green+Blue) = 165+26+107=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51A6B is #5AE594. Grayscale: #4C4C4C. Windows color (decimal): -5957013 or 7019173. OLE color: 7019173.

HSL color Cylindrical-coordinate representation of color #A51A6B: hue angle of 325.04º 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 #A51A6B is Cyan = 0, Magento = 0.84, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 26 107 -
CMYK 0 0.84 0.35 0.35
HSL 325.04º 0.73% 0.37% -
HSV(B) 325.04º 0.84% 0.65% -
XYZ 18.54 9.8 14.82 -
YUV 76.8 145.05 190.91 -
System Red Green Blue C M Y K H S L
Decimal 165 26 107 0 0.84 0.35 0.35 325.04 0.73 0.37
Hex A5 1A 6B 0 54 23 23 145 49 25
Octal 245 32 153 0 124 43 43 505 111 45
Binary 10100101 11010 1101011 0 1010100 100011 100011 101000101 1001001 100101

Color Harmonies of #A51A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A6B

Black with #A51A6B

Text Example


Text Example

White with #A51A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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