Html Css Color HEX #A30048 Jazzberry Jam

📋 copy color: '#A30048'

red 163 ◦ green 0 ◦ blue 72

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

Shades of Jazzberry Jam #A30048

Tints of Jazzberry Jam #A30048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.64%

R = 69.36%
G = 0%
B = 30.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A30048 (or 0xA30048) is known color: Jazzberry Jam. HEX triplet: A3, 00 and 48. RGB value is (163,0,72). Sum of RGB (Red+Green+Blue) = 163+0+72=235 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.36% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 163 - color contains mainly: red. Hex color #A30048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30048 is #5CFFB7. Grayscale: #383838. Windows color (decimal): -6094776 or 4718755. OLE color: 4718755.

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

Color convert

RGB 163 0 72 -
CMYK 0 1 0.56 0.36
HSL 333.5º 1% 0.32% -
HSV(B) 333.5º 1% 0.64% -
XYZ 16.27 8.25 6.87 -
YUV 56.95 136.5 203.65 -
System Red Green Blue C M Y K H S L
Decimal 163 0 72 0 1 0.56 0.36 333.5 1 0.32
Hex A3 0 48 0 64 38 24 14D 64 20
Octal 243 0 110 0 144 70 44 515 144 40
Binary 10100011 0 1001000 0 1100100 111000 100100 101001101 1100100 100000

Color Harmonies of #A30048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30048

Black with #A30048

Text Example


Text Example

White with #A30048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30048; }

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

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

background-color css

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

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

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

border-color css

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

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

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