Html Css Color HEX #A30360 Jazzberry Jam

📋 copy color: '#A30360'

red 163 ◦ green 3 ◦ blue 96

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

Shades of Jazzberry Jam #A30360

Tints of Jazzberry Jam #A30360

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 62.21%
G = 1.15%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#A30360 (or 0xA30360) is known color: Jazzberry Jam. HEX triplet: A3, 03 and 60. RGB value is (163,3,96). Sum of RGB (Red+Green+Blue) = 163+3+96=262 (34% of max value = 765). Red value is 163 (64.06% from 255 or 62.21% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 96 (37.89% from 255 or 36.64% from 262); Max value from RGB is 163 - color contains mainly: red. Hex color #A30360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A30360 is #5CFC9F. Grayscale: #3D3D3D. Windows color (decimal): -6093984 or 6292387. OLE color: 6292387.

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

Color convert

RGB 163 3 96 -
CMYK 0 0.98 0.41 0.36
HSL 325.13º 0.96% 0.33% -
HSV(B) 325.13º 0.98% 0.64% -
XYZ 17.25 8.7 11.84 -
YUV 61.44 147.51 200.44 -
System Red Green Blue C M Y K H S L
Decimal 163 3 96 0 0.98 0.41 0.36 325.13 0.96 0.33
Hex A3 3 60 0 62 29 24 145 60 21
Octal 243 3 140 0 142 51 44 505 140 41
Binary 10100011 11 1100000 0 1100010 101001 100100 101000101 1100000 100001

Color Harmonies of #A30360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A30360

Black with #A30360

Text Example


Text Example

White with #A30360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A30360; }

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

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

background-color css

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

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

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

border-color css

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

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

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