Html Css Color HEX #A40460 Jazzberry Jam

📋 copy color: '#A40460'

red 164 ◦ green 4 ◦ blue 96

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

Shades of Jazzberry Jam #A40460

Tints of Jazzberry Jam #A40460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 62.12%
G = 1.52%
B = 36.36%

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

#A40460 (or 0xA40460) is known color: Jazzberry Jam. HEX triplet: A4, 04 and 60. RGB value is (164,4,96). Sum of RGB (Red+Green+Blue) = 164+4+96=264 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.12% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 96 (37.89% from 255 or 36.36% from 264); Max value from RGB is 164 - color contains mainly: red. Hex color #A40460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40460 is #5BFB9F. Grayscale: #3E3E3E. Windows color (decimal): -6028192 or 6292644. OLE color: 6292644.

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

Color convert

RGB 164 4 96 -
CMYK 0 0.98 0.41 0.36
HSL 325.5º 0.95% 0.33% -
HSV(B) 325.5º 0.98% 0.64% -
XYZ 17.46 8.82 11.85 -
YUV 62.33 147.01 200.52 -
System Red Green Blue C M Y K H S L
Decimal 164 4 96 0 0.98 0.41 0.36 325.5 0.95 0.33
Hex A4 4 60 0 62 29 24 146 5F 21
Octal 244 4 140 0 142 51 44 506 137 41
Binary 10100100 100 1100000 0 1100010 101001 100100 101000110 1011111 100001

Color Harmonies of #A40460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40460

Black with #A40460

Text Example


Text Example

White with #A40460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40460; }

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

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

background-color css

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

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

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

border-color css

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

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

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