Html Css Color HEX #A3074E Jazzberry Jam

📋 copy color: '#A3074E'

red 163 ◦ green 7 ◦ blue 78

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

Shades of Jazzberry Jam #A3074E

Tints of Jazzberry Jam #A3074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.82%

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

R = 65.73%
G = 2.82%
B = 31.45%

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

#A3074E (or 0xA3074E) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 4E. RGB value is (163,7,78). Sum of RGB (Red+Green+Blue) = 163+7+78=248 (32% of max value = 765). Red value is 163 (64.06% from 255 or 65.73% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 163 - color contains mainly: red. Hex color #A3074E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3074E is #5CF8B1. Grayscale: #3D3D3D. Windows color (decimal): -6092978 or 5113763. OLE color: 5113763.

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

Color convert

RGB 163 7 78 -
CMYK 0 0.96 0.52 0.36
HSL 332.69º 0.92% 0.33% -
HSV(B) 332.69º 0.96% 0.64% -
XYZ 16.56 8.49 7.97 -
YUV 61.74 137.18 200.23 -
System Red Green Blue C M Y K H S L
Decimal 163 7 78 0 0.96 0.52 0.36 332.69 0.92 0.33
Hex A3 7 4E 0 60 34 24 14D 5C 21
Octal 243 7 116 0 140 64 44 515 134 41
Binary 10100011 111 1001110 0 1100000 110100 100100 101001101 1011100 100001

Color Harmonies of #A3074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3074E

Black with #A3074E

Text Example


Text Example

White with #A3074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3074E; }

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

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

background-color css

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

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

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

border-color css

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

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

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