Html Css Color HEX #A30552 Jazzberry Jam

📋 copy color: '#A30552'

red 163 ◦ green 5 ◦ blue 82

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

Shades of Jazzberry Jam #A30552

Tints of Jazzberry Jam #A30552

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

 BLUE value IS 82 (32.42% from 255) = 32.8%

R = 65.2%
G = 2%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#A30552 (or 0xA30552) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 52. RGB value is (163,5,82). Sum of RGB (Red+Green+Blue) = 163+5+82=250 (33% of max value = 765). Red value is 163 (64.06% from 255 or 65.2% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 163 - color contains mainly: red. Hex color #A30552 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30552 is #5CFAAD. Grayscale: #3C3C3C. Windows color (decimal): -6093486 or 5375395. OLE color: 5375395.

HSL color Cylindrical-coordinate representation of color #A30552: hue angle of 330.76º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A30552 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 5 82 -
CMYK 0 0.97 0.50 0.36
HSL 330.76º 0.94% 0.33% -
HSV(B) 330.76º 0.97% 0.64% -
XYZ 16.68 8.5 8.74 -
YUV 61.02 139.85 200.74 -
System Red Green Blue C M Y K H S L
Decimal 163 5 82 0 0.97 0.50 0.36 330.76 0.94 0.33
Hex A3 5 52 0 61 32 24 14B 5E 21
Octal 243 5 122 0 141 62 44 513 136 41
Binary 10100011 101 1010010 0 1100001 110010 100100 101001011 1011110 100001

Color Harmonies of #A30552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30552

Black with #A30552

Text Example


Text Example

White with #A30552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30552; }

 p { color: rgb(163,5,82); }

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

background-color css

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

 a { background-color: rgb(163,5,82); }

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

border-color css

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

 span { border-color: rgb(163,5,82); }

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