Html Css Color HEX #A5075A Jazzberry Jam

📋 copy color: '#A5075A'

red 165 ◦ green 7 ◦ blue 90

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

Shades of Jazzberry Jam #A5075A

Tints of Jazzberry Jam #A5075A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.35%

R = 62.98%
G = 2.67%
B = 34.35%

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

#A5075A (or 0xA5075A) is known color: Jazzberry Jam. HEX triplet: A5, 07 and 5A. RGB value is (165,7,90). Sum of RGB (Red+Green+Blue) = 165+7+90=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 7 (3.12% from 255 or 2.67% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A5075A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5075A is #5AF8A5. Grayscale: #3F3F3F. Windows color (decimal): -5961894 or 5900197. OLE color: 5900197.

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

Color convert

RGB 165 7 90 -
CMYK 0 0.96 0.45 0.35
HSL 328.48º 0.92% 0.34% -
HSV(B) 328.48º 0.96% 0.65% -
XYZ 17.44 8.89 10.47 -
YUV 63.7 142.85 200.25 -
System Red Green Blue C M Y K H S L
Decimal 165 7 90 0 0.96 0.45 0.35 328.48 0.92 0.34
Hex A5 7 5A 0 60 2D 23 148 5C 22
Octal 245 7 132 0 140 55 43 510 134 42
Binary 10100101 111 1011010 0 1100000 101101 100011 101001000 1011100 100010

Color Harmonies of #A5075A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5075A

Black with #A5075A

Text Example


Text Example

White with #A5075A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5075A; }

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

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

background-color css

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

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

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

border-color css

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

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

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