Html Css Color HEX #A30540 Jazzberry Jam

📋 copy color: '#A30540'

red 163 ◦ green 5 ◦ blue 64

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

Shades of Jazzberry Jam #A30540

Tints of Jazzberry Jam #A30540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 27.59%

R = 70.26%
G = 2.16%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A30540 (or 0xA30540) is known color: Jazzberry Jam. HEX triplet: A3, 05 and 40. RGB value is (163,5,64). Sum of RGB (Red+Green+Blue) = 163+5+64=232 (30% of max value = 765). Red value is 163 (64.06% from 255 or 70.26% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 163 - color contains mainly: red. Hex color #A30540 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A30540 is #5CFABF. Grayscale: #3A3A3A. Windows color (decimal): -6093504 or 4195747. OLE color: 4195747.

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

Color convert

RGB 163 5 64 -
CMYK 0 0.97 0.61 0.36
HSL 337.59º 0.94% 0.33% -
HSV(B) 337.59º 0.97% 0.64% -
XYZ 16.08 8.27 5.6 -
YUV 58.97 130.85 202.2 -
System Red Green Blue C M Y K H S L
Decimal 163 5 64 0 0.97 0.61 0.36 337.59 0.94 0.33
Hex A3 5 40 0 61 3D 24 152 5E 21
Octal 243 5 100 0 141 75 44 522 136 41
Binary 10100011 101 1000000 0 1100001 111101 100100 101010010 1011110 100001

Color Harmonies of #A30540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30540

Black with #A30540

Text Example


Text Example

White with #A30540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30540; }

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

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

background-color css

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

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

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

border-color css

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

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

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