Html Css Color HEX #A4095A Jazzberry Jam

📋 copy color: '#A4095A'

red 164 ◦ green 9 ◦ blue 90

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

Shades of Jazzberry Jam #A4095A

Tints of Jazzberry Jam #A4095A

RGB

 RED value IS 164 (64.45% from 255) = 62.36%

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

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

R = 62.36%
G = 3.42%
B = 34.22%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4095A (or 0xA4095A) is known color: Jazzberry Jam. HEX triplet: A4, 09 and 5A. RGB value is (164,9,90). Sum of RGB (Red+Green+Blue) = 164+9+90=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 90 (35.55% from 255 or 34.22% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A4095A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4095A is #5BF6A5. Grayscale: #404040. Windows color (decimal): -6026918 or 5900708. OLE color: 5900708.

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

Color convert

RGB 164 9 90 -
CMYK 0 0.95 0.45 0.36
HSL 328.65º 0.9% 0.34% -
HSV(B) 328.65º 0.95% 0.64% -
XYZ 17.25 8.83 10.47 -
YUV 64.58 142.35 198.91 -
System Red Green Blue C M Y K H S L
Decimal 164 9 90 0 0.95 0.45 0.36 328.65 0.9 0.34
Hex A4 9 5A 0 5F 2D 24 149 5A 22
Octal 244 11 132 0 137 55 44 511 132 42
Binary 10100100 1001 1011010 0 1011111 101101 100100 101001001 1011010 100010

Color Harmonies of #A4095A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4095A

Black with #A4095A

Text Example


Text Example

White with #A4095A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4095A; }

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

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

background-color css

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

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

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

border-color css

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

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

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