Html Css Color HEX #A52164 Jazzberry Jam

📋 copy color: '#A52164'

red 165 ◦ green 33 ◦ blue 100

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

Shades of Jazzberry Jam #A52164

Tints of Jazzberry Jam #A52164

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.07%

 BLUE value IS 100 (39.45% from 255) = 33.56%

R = 55.37%
G = 11.07%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A52164 (or 0xA52164) is known color: Jazzberry Jam. HEX triplet: A5, 21 and 64. RGB value is (165,33,100). Sum of RGB (Red+Green+Blue) = 165+33+100=298 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55.37% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 165 - color contains mainly: red. Hex color #A52164 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A52164 is #5ADE9B. Grayscale: #4F4F4F. Windows color (decimal): -5955228 or 6562213. OLE color: 6562213.

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

Color convert

RGB 165 33 100 -
CMYK 0 0.8 0.39 0.35
HSL 329.55º 0.67% 0.39% -
HSV(B) 329.55º 0.8% 0.65% -
XYZ 18.36 10.01 13.02 -
YUV 80.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 165 33 100 0 0.8 0.39 0.35 329.55 0.67 0.39
Hex A5 21 64 0 50 27 23 14A 43 27
Octal 245 41 144 0 120 47 43 512 103 47
Binary 10100101 100001 1100100 0 1010000 100111 100011 101001010 1000011 100111

Color Harmonies of #A52164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52164

Black with #A52164

Text Example


Text Example

White with #A52164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52164; }

 p { color: rgb(165,33,100); }

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

background-color css

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

 a { background-color: rgb(165,33,100); }

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

border-color css

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

 span { border-color: rgb(165,33,100); }

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