Html Css Color HEX #A52465 Jazzberry Jam

📋 copy color: '#A52465'

red 165 ◦ green 36 ◦ blue 101

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

Shades of Jazzberry Jam #A52465

Tints of Jazzberry Jam #A52465

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.92%

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

R = 54.64%
G = 11.92%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A52465 (or 0xA52465) is known color: Jazzberry Jam. HEX triplet: A5, 24 and 65. RGB value is (165,36,101). Sum of RGB (Red+Green+Blue) = 165+36+101=302 (40% of max value = 765). Red value is 165 (64.84% from 255 or 54.64% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 165 - color contains mainly: red. Hex color #A52465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52465 is #5ADB9A. Grayscale: #515151. Windows color (decimal): -5954459 or 6628517. OLE color: 6628517.

HSL color Cylindrical-coordinate representation of color #A52465: hue angle of 329.77º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A52465 is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 36 101 -
CMYK 0 0.78 0.39 0.35
HSL 329.77º 0.64% 0.39% -
HSV(B) 329.77º 0.78% 0.65% -
XYZ 18.5 10.2 13.31 -
YUV 81.98 138.74 187.21 -
System Red Green Blue C M Y K H S L
Decimal 165 36 101 0 0.78 0.39 0.35 329.77 0.64 0.39
Hex A5 24 65 0 4E 27 23 14A 40 27
Octal 245 44 145 0 116 47 43 512 100 47
Binary 10100101 100100 1100101 0 1001110 100111 100011 101001010 1000000 100111

Color Harmonies of #A52465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52465

Black with #A52465

Text Example


Text Example

White with #A52465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52465; }

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

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

background-color css

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

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

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

border-color css

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

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

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