Html Css Color HEX #A40968 Jazzberry Jam

📋 copy color: '#A40968'

red 164 ◦ green 9 ◦ blue 104

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

Shades of Jazzberry Jam #A40968

Tints of Jazzberry Jam #A40968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 37.55%

R = 59.21%
G = 3.25%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A40968 (or 0xA40968) is known color: Jazzberry Jam. HEX triplet: A4, 09 and 68. RGB value is (164,9,104). Sum of RGB (Red+Green+Blue) = 164+9+104=277 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.21% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 164 - color contains mainly: red. Hex color #A40968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40968 is #5BF697. Grayscale: #414141. Windows color (decimal): -6026904 or 6818212. OLE color: 6818212.

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

Color convert

RGB 164 9 104 -
CMYK 0 0.95 0.37 0.36
HSL 323.23º 0.9% 0.34% -
HSV(B) 323.23º 0.95% 0.64% -
XYZ 17.91 9.09 13.91 -
YUV 66.18 149.35 197.78 -
System Red Green Blue C M Y K H S L
Decimal 164 9 104 0 0.95 0.37 0.36 323.23 0.9 0.34
Hex A4 9 68 0 5F 25 24 143 5A 22
Octal 244 11 150 0 137 45 44 503 132 42
Binary 10100100 1001 1101000 0 1011111 100101 100100 101000011 1011010 100010

Color Harmonies of #A40968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40968

Black with #A40968

Text Example


Text Example

White with #A40968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40968; }

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

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

background-color css

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

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

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

border-color css

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

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

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