Html Css Color HEX #A51A70 Jazzberry Jam

📋 copy color: '#A51A70'

red 165 ◦ green 26 ◦ blue 112

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

Shades of Jazzberry Jam #A51A70

Tints of Jazzberry Jam #A51A70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 54.46%
G = 8.58%
B = 36.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A51A70 (or 0xA51A70) is known color: Jazzberry Jam. HEX triplet: A5, 1A and 70. RGB value is (165,26,112). Sum of RGB (Red+Green+Blue) = 165+26+112=303 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.46% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 165 - color contains mainly: red. Hex color #A51A70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A51A70 is #5AE58F. Grayscale: #4D4D4D. Windows color (decimal): -5957008 or 7346853. OLE color: 7346853.

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

Color convert

RGB 165 26 112 -
CMYK 0 0.84 0.32 0.35
HSL 322.88º 0.73% 0.37% -
HSV(B) 322.88º 0.84% 0.65% -
XYZ 18.81 9.91 16.25 -
YUV 77.37 147.55 190.51 -
System Red Green Blue C M Y K H S L
Decimal 165 26 112 0 0.84 0.32 0.35 322.88 0.73 0.37
Hex A5 1A 70 0 54 20 23 143 49 25
Octal 245 32 160 0 124 40 43 503 111 45
Binary 10100101 11010 1110000 0 1010100 100000 100011 101000011 1001001 100101

Color Harmonies of #A51A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51A70

Black with #A51A70

Text Example


Text Example

White with #A51A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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