Html Css Color HEX #A30760 Jazzberry Jam

📋 copy color: '#A30760'

red 163 ◦ green 7 ◦ blue 96

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

Shades of Jazzberry Jam #A30760

Tints of Jazzberry Jam #A30760

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.63%

 BLUE value IS 96 (37.89% from 255) = 36.09%

R = 61.28%
G = 2.63%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A30760 (or 0xA30760) is known color: Jazzberry Jam. HEX triplet: A3, 07 and 60. RGB value is (163,7,96). Sum of RGB (Red+Green+Blue) = 163+7+96=266 (35% of max value = 765). Red value is 163 (64.06% from 255 or 61.28% from 266); Green value is 7 (3.12% from 255 or 2.63% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 163 - color contains mainly: red. Hex color #A30760 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30760 is #5CF89F. Grayscale: #3F3F3F. Windows color (decimal): -6092960 or 6293411. OLE color: 6293411.

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

Color convert

RGB 163 7 96 -
CMYK 0 0.96 0.41 0.36
HSL 325.77º 0.92% 0.33% -
HSV(B) 325.77º 0.96% 0.64% -
XYZ 17.29 8.78 11.85 -
YUV 63.79 146.18 198.76 -
System Red Green Blue C M Y K H S L
Decimal 163 7 96 0 0.96 0.41 0.36 325.77 0.92 0.33
Hex A3 7 60 0 60 29 24 146 5C 21
Octal 243 7 140 0 140 51 44 506 134 41
Binary 10100011 111 1100000 0 1100000 101001 100100 101000110 1011100 100001

Color Harmonies of #A30760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30760

Black with #A30760

Text Example


Text Example

White with #A30760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30760; }

 p { color: rgb(163,7,96); }

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

background-color css

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

 a { background-color: rgb(163,7,96); }

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

border-color css

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

 span { border-color: rgb(163,7,96); }

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