Html Css Color HEX #A40962 Jazzberry Jam

📋 copy color: '#A40962'

red 164 ◦ green 9 ◦ blue 98

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

Shades of Jazzberry Jam #A40962

Tints of Jazzberry Jam #A40962

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.32%

 BLUE value IS 98 (38.67% from 255) = 36.16%

R = 60.52%
G = 3.32%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A40962 (or 0xA40962) is known color: Jazzberry Jam. HEX triplet: A4, 09 and 62. RGB value is (164,9,98). Sum of RGB (Red+Green+Blue) = 164+9+98=271 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.52% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 98 (38.67% from 255 or 36.16% from 271); Max value from RGB is 164 - color contains mainly: red. Hex color #A40962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40962 is #5BF69D. Grayscale: #414141. Windows color (decimal): -6026910 or 6424996. OLE color: 6424996.

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

Color convert

RGB 164 9 98 -
CMYK 0 0.95 0.40 0.36
HSL 325.55º 0.9% 0.34% -
HSV(B) 325.55º 0.95% 0.64% -
XYZ 17.61 8.97 12.36 -
YUV 65.49 146.35 198.26 -
System Red Green Blue C M Y K H S L
Decimal 164 9 98 0 0.95 0.40 0.36 325.55 0.9 0.34
Hex A4 9 62 0 5F 28 24 146 5A 22
Octal 244 11 142 0 137 50 44 506 132 42
Binary 10100100 1001 1100010 0 1011111 101000 100100 101000110 1011010 100010

Color Harmonies of #A40962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40962

Black with #A40962

Text Example


Text Example

White with #A40962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40962; }

 p { color: rgb(164,9,98); }

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

background-color css

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

 a { background-color: rgb(164,9,98); }

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

border-color css

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

 span { border-color: rgb(164,9,98); }

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