Html Css Color HEX #A3064E Jazzberry Jam

📋 copy color: '#A3064E'

red 163 ◦ green 6 ◦ blue 78

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

Shades of Jazzberry Jam #A3064E

Tints of Jazzberry Jam #A3064E

RGB

 RED value IS 163 (64.06% from 255) = 65.99%

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

 BLUE value IS 78 (30.86% from 255) = 31.58%

R = 65.99%
G = 2.43%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A3064E (or 0xA3064E) is known color: Jazzberry Jam. HEX triplet: A3, 06 and 4E. RGB value is (163,6,78). Sum of RGB (Red+Green+Blue) = 163+6+78=247 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.99% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 163 - color contains mainly: red. Hex color #A3064E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3064E is #5CF9B1. Grayscale: #3D3D3D. Windows color (decimal): -6093234 or 5113507. OLE color: 5113507.

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

Color convert

RGB 163 6 78 -
CMYK 0 0.96 0.52 0.36
HSL 332.48º 0.93% 0.33% -
HSV(B) 332.48º 0.96% 0.64% -
XYZ 16.54 8.47 7.97 -
YUV 61.15 137.51 200.65 -
System Red Green Blue C M Y K H S L
Decimal 163 6 78 0 0.96 0.52 0.36 332.48 0.93 0.33
Hex A3 6 4E 0 60 34 24 14C 5D 21
Octal 243 6 116 0 140 64 44 514 135 41
Binary 10100011 110 1001110 0 1100000 110100 100100 101001100 1011101 100001

Color Harmonies of #A3064E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3064E

Black with #A3064E

Text Example


Text Example

White with #A3064E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3064E; }

 p { color: rgb(163,6,78); }

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

background-color css

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

 a { background-color: rgb(163,6,78); }

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

border-color css

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

 span { border-color: rgb(163,6,78); }

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