Html Css Color HEX #A3074A Jazzberry Jam

📋 copy color: '#A3074A'

red 163 ◦ green 7 ◦ blue 74

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

Shades of Jazzberry Jam #A3074A

Tints of Jazzberry Jam #A3074A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.33%

R = 66.8%
G = 2.87%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3074A (or 0xA3074A) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 4A. RGB value is (163,7,74). Sum of RGB (Red+Green+Blue) = 163+7+74=244 (32% of max value = 765). Red value is 163 (64.06% from 255 or 66.80% from 244); Green value is 7 (3.12% from 255 or 2.87% from 244); Blue value is 74 (29.30% from 255 or 30.33% from 244); Max value from RGB is 163 - color contains mainly: red. Hex color #A3074A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3074A is #5CF8B5. Grayscale: #3D3D3D. Windows color (decimal): -6092982 or 4851619. OLE color: 4851619.

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

Color convert

RGB 163 7 74 -
CMYK 0 0.96 0.55 0.36
HSL 334.23º 0.92% 0.33% -
HSV(B) 334.23º 0.96% 0.64% -
XYZ 16.42 8.43 7.24 -
YUV 61.28 135.18 200.55 -
System Red Green Blue C M Y K H S L
Decimal 163 7 74 0 0.96 0.55 0.36 334.23 0.92 0.33
Hex A3 7 4A 0 60 37 24 14E 5C 21
Octal 243 7 112 0 140 67 44 516 134 41
Binary 10100011 111 1001010 0 1100000 110111 100100 101001110 1011100 100001

Color Harmonies of #A3074A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3074A

Black with #A3074A

Text Example


Text Example

White with #A3074A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3074A; }

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

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

background-color css

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

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

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

border-color css

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

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

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