Html Css Color HEX #A40B5E Jazzberry Jam

📋 copy color: '#A40B5E'

red 164 ◦ green 11 ◦ blue 94

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

Shades of Jazzberry Jam #A40B5E

Tints of Jazzberry Jam #A40B5E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.09%

 BLUE value IS 94 (37.11% from 255) = 34.94%

R = 60.97%
G = 4.09%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.36

RGB Variations

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

Color information

#A40B5E (or 0xA40B5E) is known color: Jazzberry Jam. HEX triplet: A4, 0B and 5E. RGB value is (164,11,94). Sum of RGB (Red+Green+Blue) = 164+11+94=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 11 (4.69% from 255 or 4.09% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40B5E is #5BF4A1. Grayscale: #424242. Windows color (decimal): -6026402 or 6163364. OLE color: 6163364.

HSL color Cylindrical-coordinate representation of color #A40B5E: hue angle of 327.45º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40B5E is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 11 94 -
CMYK 0 0.93 0.43 0.36
HSL 327.45º 0.87% 0.34% -
HSV(B) 327.45º 0.93% 0.64% -
XYZ 17.45 8.94 11.4 -
YUV 66.21 143.69 197.75 -
System Red Green Blue C M Y K H S L
Decimal 164 11 94 0 0.93 0.43 0.36 327.45 0.87 0.34
Hex A4 B 5E 0 5D 2B 24 147 57 22
Octal 244 13 136 0 135 53 44 507 127 42
Binary 10100100 1011 1011110 0 1011101 101011 100100 101000111 1010111 100010

Color Harmonies of #A40B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40B5E

Black with #A40B5E

Text Example


Text Example

White with #A40B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40B5E; }

 p { color: rgb(164,11,94); }

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

background-color css

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

 a { background-color: rgb(164,11,94); }

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

border-color css

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

 span { border-color: rgb(164,11,94); }

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