Html Css Color HEX #A30148 Jazzberry Jam

📋 copy color: '#A30148'

red 163 ◦ green 1 ◦ blue 72

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

Shades of Jazzberry Jam #A30148

Tints of Jazzberry Jam #A30148

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 69.07%
G = 0.42%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A30148 (or 0xA30148) is known color: Jazzberry Jam. HEX triplet: A3, 01 and 48. RGB value is (163,1,72). Sum of RGB (Red+Green+Blue) = 163+1+72=236 (31% of max value = 765). Red value is 163 (64.06% from 255 or 69.07% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 72 (28.52% from 255 or 30.51% from 236); Max value from RGB is 163 - color contains mainly: red. Hex color #A30148 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30148 is #5CFEB7. Grayscale: #393939. Windows color (decimal): -6094520 or 4719011. OLE color: 4719011.

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

Color convert

RGB 163 1 72 -
CMYK 0 0.99 0.56 0.36
HSL 333.7º 0.99% 0.32% -
HSV(B) 333.7º 0.99% 0.64% -
XYZ 16.28 8.28 6.87 -
YUV 57.53 136.17 203.23 -
System Red Green Blue C M Y K H S L
Decimal 163 1 72 0 0.99 0.56 0.36 333.7 0.99 0.32
Hex A3 1 48 0 63 38 24 14E 63 20
Octal 243 1 110 0 143 70 44 516 143 40
Binary 10100011 1 1001000 0 1100011 111000 100100 101001110 1100011 100000

Color Harmonies of #A30148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30148

Black with #A30148

Text Example


Text Example

White with #A30148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30148; }

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

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

background-color css

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

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

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

border-color css

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

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

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