Html Css Color HEX #A51865 Jazzberry Jam

📋 copy color: '#A51865'

red 165 ◦ green 24 ◦ blue 101

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

Shades of Jazzberry Jam #A51865

Tints of Jazzberry Jam #A51865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.83%

R = 56.9%
G = 8.28%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A51865 (or 0xA51865) is known color: Jazzberry Jam. HEX triplet: A5, 18 and 65. RGB value is (165,24,101). Sum of RGB (Red+Green+Blue) = 165+24+101=290 (38% of max value = 765). Red value is 165 (64.84% from 255 or 56.90% from 290); Green value is 24 (9.77% from 255 or 8.28% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 165 - color contains mainly: red. Hex color #A51865 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A51865 is #5AE79A. Grayscale: #4A4A4A. Windows color (decimal): -5957531 or 6625445. OLE color: 6625445.

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

Color convert

RGB 165 24 101 -
CMYK 0 0.85 0.39 0.35
HSL 327.23º 0.75% 0.37% -
HSV(B) 327.23º 0.85% 0.65% -
XYZ 18.19 9.59 13.2 -
YUV 74.94 142.71 192.24 -
System Red Green Blue C M Y K H S L
Decimal 165 24 101 0 0.85 0.39 0.35 327.23 0.75 0.37
Hex A5 18 65 0 55 27 23 147 4B 25
Octal 245 30 145 0 125 47 43 507 113 45
Binary 10100101 11000 1100101 0 1010101 100111 100011 101000111 1001011 100101

Color Harmonies of #A51865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A51865

Black with #A51865

Text Example


Text Example

White with #A51865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A51865; }

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

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

background-color css

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

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

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

border-color css

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

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

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