Html Css Color HEX #A5035A Jazzberry Jam

📋 copy color: '#A5035A'

red 165 ◦ green 3 ◦ blue 90

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

Shades of Jazzberry Jam #A5035A

Tints of Jazzberry Jam #A5035A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 63.95%
G = 1.16%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5035A (or 0xA5035A) is known color: Jazzberry Jam. HEX triplet: A5, 03 and 5A. RGB value is (165,3,90). Sum of RGB (Red+Green+Blue) = 165+3+90=258 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.95% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 90 (35.55% from 255 or 34.88% from 258); Max value from RGB is 165 - color contains mainly: red. Hex color #A5035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5035A is #5AFCA5. Grayscale: #3D3D3D. Windows color (decimal): -5962918 or 5899173. OLE color: 5899173.

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

Color convert

RGB 165 3 90 -
CMYK 0 0.98 0.45 0.35
HSL 327.78º 0.96% 0.33% -
HSV(B) 327.78º 0.98% 0.65% -
XYZ 17.4 8.8 10.46 -
YUV 61.36 144.17 201.93 -
System Red Green Blue C M Y K H S L
Decimal 165 3 90 0 0.98 0.45 0.35 327.78 0.96 0.33
Hex A5 3 5A 0 62 2D 23 148 60 21
Octal 245 3 132 0 142 55 43 510 140 41
Binary 10100101 11 1011010 0 1100010 101101 100011 101001000 1100000 100001

Color Harmonies of #A5035A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5035A

Black with #A5035A

Text Example


Text Example

White with #A5035A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5035A; }

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

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

background-color css

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

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

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

border-color css

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

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

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