Html Css Color HEX #A40A6A Jazzberry Jam

📋 copy color: '#A40A6A'

red 164 ◦ green 10 ◦ blue 106

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

Shades of Jazzberry Jam #A40A6A

Tints of Jazzberry Jam #A40A6A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.57%

 BLUE value IS 106 (41.8% from 255) = 37.86%

R = 58.57%
G = 3.57%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A40A6A (or 0xA40A6A) is known color: Jazzberry Jam. HEX triplet: A4, 0A and 6A. RGB value is (164,10,106). Sum of RGB (Red+Green+Blue) = 164+10+106=280 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.57% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 106 (41.80% from 255 or 37.86% from 280); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40A6A is #5BF595. Grayscale: #424242. Windows color (decimal): -6026646 or 6949540. OLE color: 6949540.

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

Color convert

RGB 164 10 106 -
CMYK 0 0.94 0.35 0.36
HSL 322.6º 0.89% 0.34% -
HSV(B) 322.6º 0.94% 0.64% -
XYZ 18.02 9.15 14.45 -
YUV 66.99 150.02 197.19 -
System Red Green Blue C M Y K H S L
Decimal 164 10 106 0 0.94 0.35 0.36 322.6 0.89 0.34
Hex A4 A 6A 0 5E 23 24 143 59 22
Octal 244 12 152 0 136 43 44 503 131 42
Binary 10100100 1010 1101010 0 1011110 100011 100100 101000011 1011001 100010

Color Harmonies of #A40A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40A6A

Black with #A40A6A

Text Example


Text Example

White with #A40A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40A6A; }

 p { color: rgb(164,10,106); }

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

background-color css

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

 a { background-color: rgb(164,10,106); }

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

border-color css

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

 span { border-color: rgb(164,10,106); }

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