Html Css Color HEX #A4096A Jazzberry Jam

📋 copy color: '#A4096A'

red 164 ◦ green 9 ◦ blue 106

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

Shades of Jazzberry Jam #A4096A

Tints of Jazzberry Jam #A4096A

RGB

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

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

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

R = 58.78%
G = 3.23%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4096A (or 0xA4096A) is known color: Jazzberry Jam. HEX triplet: A4, 09 and 6A. RGB value is (164,9,106). Sum of RGB (Red+Green+Blue) = 164+9+106=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A4096A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4096A is #5BF695. Grayscale: #424242. Windows color (decimal): -6026902 or 6949284. OLE color: 6949284.

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

Color convert

RGB 164 9 106 -
CMYK 0 0.95 0.35 0.36
HSL 322.45º 0.9% 0.34% -
HSV(B) 322.45º 0.95% 0.64% -
XYZ 18.01 9.13 14.45 -
YUV 66.4 150.35 197.61 -
System Red Green Blue C M Y K H S L
Decimal 164 9 106 0 0.95 0.35 0.36 322.45 0.9 0.34
Hex A4 9 6A 0 5F 23 24 142 5A 22
Octal 244 11 152 0 137 43 44 502 132 42
Binary 10100100 1001 1101010 0 1011111 100011 100100 101000010 1011010 100010

Color Harmonies of #A4096A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4096A

Black with #A4096A

Text Example


Text Example

White with #A4096A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4096A; }

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

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

background-color css

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

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

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

border-color css

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

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

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