Html Css Color HEX #A5076A Jazzberry Jam

📋 copy color: '#A5076A'

red 165 ◦ green 7 ◦ blue 106

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

Shades of Jazzberry Jam #A5076A

Tints of Jazzberry Jam #A5076A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.52%

 BLUE value IS 106 (41.8% from 255) = 38.13%

R = 59.35%
G = 2.52%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A5076A (or 0xA5076A) is known color: Jazzberry Jam. HEX triplet: A5, 07 and 6A. RGB value is (165,7,106). Sum of RGB (Red+Green+Blue) = 165+7+106=278 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.35% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 165 - color contains mainly: red. Hex color #A5076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5076A is #5AF895. Grayscale: #414141. Windows color (decimal): -5961878 or 6948773. OLE color: 6948773.

HSL color Cylindrical-coordinate representation of color #A5076A: hue angle of 322.41º degrees, saturation: 0.92, 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 #A5076A is Cyan = 0, Magento = 0.96, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 7 106 -
CMYK 0 0.96 0.36 0.35
HSL 322.41º 0.92% 0.34% -
HSV(B) 322.41º 0.96% 0.65% -
XYZ 18.19 9.19 14.45 -
YUV 65.53 150.85 198.95 -
System Red Green Blue C M Y K H S L
Decimal 165 7 106 0 0.96 0.36 0.35 322.41 0.92 0.34
Hex A5 7 6A 0 60 24 23 142 5C 22
Octal 245 7 152 0 140 44 43 502 134 42
Binary 10100101 111 1101010 0 1100000 100100 100011 101000010 1011100 100010

Color Harmonies of #A5076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5076A

Black with #A5076A

Text Example


Text Example

White with #A5076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5076A; }

 p { color: rgb(165,7,106); }

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

background-color css

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

 a { background-color: rgb(165,7,106); }

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

border-color css

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

 span { border-color: rgb(165,7,106); }

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