Html Css Color HEX #A30248 Jazzberry Jam

📋 copy color: '#A30248'

red 163 ◦ green 2 ◦ blue 72

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

Shades of Jazzberry Jam #A30248

Tints of Jazzberry Jam #A30248

RGB

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

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

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

R = 68.78%
G = 0.84%
B = 30.38%

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

#A30248 (or 0xA30248) is known color: Jazzberry Jam. HEX triplet: A3, 02 and 48. RGB value is (163,2,72). Sum of RGB (Red+Green+Blue) = 163+2+72=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A30248 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30248 is #5CFDB7. Grayscale: #3A3A3A. Windows color (decimal): -6094264 or 4719267. OLE color: 4719267.

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

Color convert

RGB 163 2 72 -
CMYK 0 0.99 0.56 0.36
HSL 333.91º 0.98% 0.32% -
HSV(B) 333.91º 0.99% 0.64% -
XYZ 16.3 8.3 6.87 -
YUV 58.12 135.84 202.81 -
System Red Green Blue C M Y K H S L
Decimal 163 2 72 0 0.99 0.56 0.36 333.91 0.98 0.32
Hex A3 2 48 0 63 38 24 14E 62 20
Octal 243 2 110 0 143 70 44 516 142 40
Binary 10100011 10 1001000 0 1100011 111000 100100 101001110 1100010 100000

Color Harmonies of #A30248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30248

Black with #A30248

Text Example


Text Example

White with #A30248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30248; }

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

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

background-color css

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

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

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

border-color css

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

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

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