Html Css Color HEX #A51A6D Jazzberry Jam

📋 copy color: '#A51A6D'

red 165 ◦ green 26 ◦ blue 109

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

Shades of Jazzberry Jam #A51A6D

Tints of Jazzberry Jam #A51A6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.33%

R = 55%
G = 8.67%
B = 36.33%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A51A6D (or 0xA51A6D) is known color: Jazzberry Jam. HEX triplet: A5, 1A and 6D. RGB value is (165,26,109). Sum of RGB (Red+Green+Blue) = 165+26+109=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51A6D is #5AE592. Grayscale: #4C4C4C. Windows color (decimal): -5957011 or 7150245. OLE color: 7150245.

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

Color convert

RGB 165 26 109 -
CMYK 0 0.84 0.34 0.35
HSL 324.17º 0.73% 0.37% -
HSV(B) 324.17º 0.84% 0.65% -
XYZ 18.65 9.84 15.38 -
YUV 77.02 146.05 190.75 -
System Red Green Blue C M Y K H S L
Decimal 165 26 109 0 0.84 0.34 0.35 324.17 0.73 0.37
Hex A5 1A 6D 0 54 22 23 144 49 25
Octal 245 32 155 0 124 42 43 504 111 45
Binary 10100101 11010 1101101 0 1010100 100010 100011 101000100 1001001 100101

Color Harmonies of #A51A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A6D

Black with #A51A6D

Text Example


Text Example

White with #A51A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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