Html Css Color HEX #A4065A Jazzberry Jam

📋 copy color: '#A4065A'

red 164 ◦ green 6 ◦ blue 90

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

Shades of Jazzberry Jam #A4065A

Tints of Jazzberry Jam #A4065A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.31%

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

R = 63.08%
G = 2.31%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4065A (or 0xA4065A) is known color: Jazzberry Jam. HEX triplet: A4, 06 and 5A. RGB value is (164,6,90). Sum of RGB (Red+Green+Blue) = 164+6+90=260 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.08% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 164 - color contains mainly: red. Hex color #A4065A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4065A is #5BF9A5. Grayscale: #3E3E3E. Windows color (decimal): -6027686 or 5899940. OLE color: 5899940.

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

Color convert

RGB 164 6 90 -
CMYK 0 0.96 0.45 0.36
HSL 328.1º 0.93% 0.33% -
HSV(B) 328.1º 0.96% 0.64% -
XYZ 17.22 8.76 10.46 -
YUV 62.82 143.35 200.17 -
System Red Green Blue C M Y K H S L
Decimal 164 6 90 0 0.96 0.45 0.36 328.1 0.93 0.33
Hex A4 6 5A 0 60 2D 24 148 5D 21
Octal 244 6 132 0 140 55 44 510 135 41
Binary 10100100 110 1011010 0 1100000 101101 100100 101001000 1011101 100001

Color Harmonies of #A4065A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4065A

Black with #A4065A

Text Example


Text Example

White with #A4065A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4065A; }

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

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

background-color css

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

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

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

border-color css

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

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

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