Html Css Color HEX #A40360 Jazzberry Jam

📋 copy color: '#A40360'

red 164 ◦ green 3 ◦ blue 96

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

Shades of Jazzberry Jam #A40360

Tints of Jazzberry Jam #A40360

RGB

 RED value IS 164 (64.45% from 255) = 62.36%

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

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

R = 62.36%
G = 1.14%
B = 36.5%

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

#A40360 (or 0xA40360) is known color: Jazzberry Jam. HEX triplet: A4, 03 and 60. RGB value is (164,3,96). Sum of RGB (Red+Green+Blue) = 164+3+96=263 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.36% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 96 (37.89% from 255 or 36.50% from 263); Max value from RGB is 164 - color contains mainly: red. Hex color #A40360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40360 is #5BFC9F. Grayscale: #3D3D3D. Windows color (decimal): -6028448 or 6292388. OLE color: 6292388.

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

Color convert

RGB 164 3 96 -
CMYK 0 0.98 0.41 0.36
HSL 325.34º 0.96% 0.33% -
HSV(B) 325.34º 0.98% 0.64% -
XYZ 17.45 8.8 11.85 -
YUV 61.74 147.34 200.94 -
System Red Green Blue C M Y K H S L
Decimal 164 3 96 0 0.98 0.41 0.36 325.34 0.96 0.33
Hex A4 3 60 0 62 29 24 145 60 21
Octal 244 3 140 0 142 51 44 505 140 41
Binary 10100100 11 1100000 0 1100010 101001 100100 101000101 1100000 100001

Color Harmonies of #A40360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40360

Black with #A40360

Text Example


Text Example

White with #A40360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40360; }

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

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

background-color css

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

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

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

border-color css

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

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

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