Html Css Color HEX #A30244 Jazzberry Jam

📋 copy color: '#A30244'

red 163 ◦ green 2 ◦ blue 68

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

Shades of Jazzberry Jam #A30244

Tints of Jazzberry Jam #A30244

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

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

R = 69.96%
G = 0.86%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A30244 (or 0xA30244) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 44. RGB value is (163,2,68). Sum of RGB (Red+Green+Blue) = 163+2+68=233 (30% of max value = 765). Red value is 163 (64.06% from 255 or 69.96% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 68 (26.95% from 255 or 29.18% from 233); Max value from RGB is 163 - color contains mainly: red. Hex color #A30244 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30244 is #5CFDBB. Grayscale: #393939. Windows color (decimal): -6094268 or 4457123. OLE color: 4457123.

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

Color convert

RGB 163 2 68 -
CMYK 0 0.99 0.58 0.36
HSL 335.4º 0.98% 0.32% -
HSV(B) 335.4º 0.99% 0.64% -
XYZ 16.17 8.25 6.21 -
YUV 57.66 133.84 203.13 -
System Red Green Blue C M Y K H S L
Decimal 163 2 68 0 0.99 0.58 0.36 335.4 0.98 0.32
Hex A3 2 44 0 63 3A 24 14F 62 20
Octal 243 2 104 0 143 72 44 517 142 40
Binary 10100011 10 1000100 0 1100011 111010 100100 101001111 1100010 100000

Color Harmonies of #A30244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30244

Black with #A30244

Text Example


Text Example

White with #A30244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30244; }

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

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

background-color css

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

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

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

border-color css

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

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

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