Html Css Color HEX #A30446 Jazzberry Jam

📋 copy color: '#A30446'

red 163 ◦ green 4 ◦ blue 70

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

Shades of Jazzberry Jam #A30446

Tints of Jazzberry Jam #A30446

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 70 (27.73% from 255) = 29.54%

R = 68.78%
G = 1.69%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A30446 (or 0xA30446) is known color: Jazzberry Jam. HEX triplet: A3, 04 and 46. RGB value is (163,4,70). Sum of RGB (Red+Green+Blue) = 163+4+70=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A30446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30446 is #5CFBB9. Grayscale: #3A3A3A. Windows color (decimal): -6093754 or 4588707. OLE color: 4588707.

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

Color convert

RGB 163 4 70 -
CMYK 0 0.98 0.57 0.36
HSL 335.09º 0.95% 0.33% -
HSV(B) 335.09º 0.98% 0.64% -
XYZ 16.25 8.32 6.54 -
YUV 59.07 134.18 202.13 -
System Red Green Blue C M Y K H S L
Decimal 163 4 70 0 0.98 0.57 0.36 335.09 0.95 0.33
Hex A3 4 46 0 62 39 24 14F 5F 21
Octal 243 4 106 0 142 71 44 517 137 41
Binary 10100011 100 1000110 0 1100010 111001 100100 101001111 1011111 100001

Color Harmonies of #A30446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30446

Black with #A30446

Text Example


Text Example

White with #A30446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30446; }

 p { color: rgb(163,4,70); }

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

background-color css

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

 a { background-color: rgb(163,4,70); }

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

border-color css

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

 span { border-color: rgb(163,4,70); }

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