Html Css Color HEX #A5065B Jazzberry Jam

📋 copy color: '#A5065B'

red 165 ◦ green 6 ◦ blue 91

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

Shades of Jazzberry Jam #A5065B

Tints of Jazzberry Jam #A5065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.29%

 BLUE value IS 91 (35.94% from 255) = 34.73%

R = 62.98%
G = 2.29%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5065B (or 0xA5065B) is known color: Jazzberry Jam. HEX triplet: A5, 06 and 5B. RGB value is (165,6,91). Sum of RGB (Red+Green+Blue) = 165+6+91=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 91 (35.94% from 255 or 34.73% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A5065B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5065B is #5AF9A4. Grayscale: #3F3F3F. Windows color (decimal): -5962149 or 5965477. OLE color: 5965477.

HSL color Cylindrical-coordinate representation of color #A5065B: hue angle of 327.92º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A5065B is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 6 91 -
CMYK 0 0.96 0.45 0.35
HSL 327.92º 0.93% 0.34% -
HSV(B) 327.92º 0.96% 0.65% -
XYZ 17.47 8.88 10.69 -
YUV 63.23 143.68 200.59 -
System Red Green Blue C M Y K H S L
Decimal 165 6 91 0 0.96 0.45 0.35 327.92 0.93 0.34
Hex A5 6 5B 0 60 2D 23 148 5D 22
Octal 245 6 133 0 140 55 43 510 135 42
Binary 10100101 110 1011011 0 1100000 101101 100011 101001000 1011101 100010

Color Harmonies of #A5065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5065B

Black with #A5065B

Text Example


Text Example

White with #A5065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5065B; }

 p { color: rgb(165,6,91); }

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

background-color css

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

 a { background-color: rgb(165,6,91); }

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

border-color css

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

 span { border-color: rgb(165,6,91); }

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