Html Css Color HEX #A30E60 Jazzberry Jam

📋 copy color: '#A30E60'

red 163 ◦ green 14 ◦ blue 96

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

Shades of Jazzberry Jam #A30E60

Tints of Jazzberry Jam #A30E60

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.13%

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

R = 59.71%
G = 5.13%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A30E60 (or 0xA30E60) is known color: Jazzberry Jam. HEX triplet: A3, 0E and 60. RGB value is (163,14,96). Sum of RGB (Red+Green+Blue) = 163+14+96=273 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.71% from 273); Green value is 14 (5.86% from 255 or 5.13% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E60 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30E60 is #5CF19F. Grayscale: #434343. Windows color (decimal): -6091168 or 6295203. OLE color: 6295203.

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

Color convert

RGB 163 14 96 -
CMYK 0 0.91 0.41 0.36
HSL 326.98º 0.84% 0.35% -
HSV(B) 326.98º 0.91% 0.64% -
XYZ 17.37 8.95 11.88 -
YUV 67.9 143.86 195.83 -
System Red Green Blue C M Y K H S L
Decimal 163 14 96 0 0.91 0.41 0.36 326.98 0.84 0.35
Hex A3 E 60 0 5B 29 24 147 54 23
Octal 243 16 140 0 133 51 44 507 124 43
Binary 10100011 1110 1100000 0 1011011 101001 100100 101000111 1010100 100011

Color Harmonies of #A30E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30E60

Black with #A30E60

Text Example


Text Example

White with #A30E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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