Html Css Color HEX #A3004A Jazzberry Jam

📋 copy color: '#A3004A'

red 163 ◦ green 0 ◦ blue 74

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

Shades of Jazzberry Jam #A3004A

Tints of Jazzberry Jam #A3004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 68.78%
G = 0%
B = 31.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A3004A (or 0xA3004A) is known color: Jazzberry Jam. HEX triplet: A3, 00 and 4A. RGB value is (163,0,74). Sum of RGB (Red+Green+Blue) = 163+0+74=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A3004A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A3004A is #5CFFB5. Grayscale: #393939. Windows color (decimal): -6094774 or 4849827. OLE color: 4849827.

HSL color Cylindrical-coordinate representation of color #A3004A: hue angle of 332.76º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A3004A is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 0 74 -
CMYK 0 1 0.55 0.36
HSL 332.76º 1% 0.32% -
HSV(B) 332.76º 1% 0.64% -
XYZ 16.34 8.28 7.22 -
YUV 57.17 137.5 203.48 -
System Red Green Blue C M Y K H S L
Decimal 163 0 74 0 1 0.55 0.36 332.76 1 0.32
Hex A3 0 4A 0 64 37 24 14D 64 20
Octal 243 0 112 0 144 67 44 515 144 40
Binary 10100011 0 1001010 0 1100100 110111 100100 101001101 1100100 100000

Color Harmonies of #A3004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3004A

Black with #A3004A

Text Example


Text Example

White with #A3004A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3004A; }

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

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

background-color css

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

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

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

border-color css

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

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

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