Html Css Color HEX #A5095A Jazzberry Jam

📋 copy color: '#A5095A'

red 165 ◦ green 9 ◦ blue 90

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

Shades of Jazzberry Jam #A5095A

Tints of Jazzberry Jam #A5095A

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.41%

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

R = 62.5%
G = 3.41%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5095A (or 0xA5095A) is known color: Jazzberry Jam. HEX triplet: A5, 09 and 5A. RGB value is (165,9,90). Sum of RGB (Red+Green+Blue) = 165+9+90=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A5095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A5095A is #5AF6A5. Grayscale: #404040. Windows color (decimal): -5961382 or 5900709. OLE color: 5900709.

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

Color convert

RGB 165 9 90 -
CMYK 0 0.95 0.45 0.35
HSL 328.85º 0.9% 0.34% -
HSV(B) 328.85º 0.95% 0.65% -
XYZ 17.46 8.93 10.48 -
YUV 64.88 142.18 199.41 -
System Red Green Blue C M Y K H S L
Decimal 165 9 90 0 0.95 0.45 0.35 328.85 0.9 0.34
Hex A5 9 5A 0 5F 2D 23 149 5A 22
Octal 245 11 132 0 137 55 43 511 132 42
Binary 10100101 1001 1011010 0 1011111 101101 100011 101001001 1011010 100010

Color Harmonies of #A5095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5095A

Black with #A5095A

Text Example


Text Example

White with #A5095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5095A; }

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

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

background-color css

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

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

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

border-color css

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

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

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