Html Css Color HEX #A30844 Jazzberry Jam

📋 copy color: '#A30844'

red 163 ◦ green 8 ◦ blue 68

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

Shades of Jazzberry Jam #A30844

Tints of Jazzberry Jam #A30844

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

 BLUE value IS 68 (26.95% from 255) = 28.45%

R = 68.2%
G = 3.35%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A30844 (or 0xA30844) is known color: Jazzberry Jam. HEX triplet: A3, 08 and 44. RGB value is (163,8,68). Sum of RGB (Red+Green+Blue) = 163+8+68=239 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.20% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 163 - color contains mainly: red. Hex color #A30844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30844 is #5CF7BB. Grayscale: #3D3D3D. Windows color (decimal): -6092732 or 4458659. OLE color: 4458659.

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

Color convert

RGB 163 8 68 -
CMYK 0 0.95 0.58 0.36
HSL 336.77º 0.91% 0.34% -
HSV(B) 336.77º 0.95% 0.64% -
XYZ 16.23 8.38 6.23 -
YUV 61.19 131.85 200.62 -
System Red Green Blue C M Y K H S L
Decimal 163 8 68 0 0.95 0.58 0.36 336.77 0.91 0.34
Hex A3 8 44 0 5F 3A 24 151 5B 22
Octal 243 10 104 0 137 72 44 521 133 42
Binary 10100011 1000 1000100 0 1011111 111010 100100 101010001 1011011 100010

Color Harmonies of #A30844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30844

Black with #A30844

Text Example


Text Example

White with #A30844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30844; }

 p { color: rgb(163,8,68); }

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

background-color css

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

 a { background-color: rgb(163,8,68); }

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

border-color css

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

 span { border-color: rgb(163,8,68); }

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