Html Css Color HEX #A40F6F Jazzberry Jam

📋 copy color: '#A40F6F'

red 164 ◦ green 15 ◦ blue 111

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

Shades of Jazzberry Jam #A40F6F

Tints of Jazzberry Jam #A40F6F

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.17%

 BLUE value IS 111 (43.75% from 255) = 38.28%

R = 56.55%
G = 5.17%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.36

RGB Variations

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

Color information

#A40F6F (or 0xA40F6F) is known color: Jazzberry Jam. HEX triplet: A4, 0F and 6F. RGB value is (164,15,111). Sum of RGB (Red+Green+Blue) = 164+15+111=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 111 (43.75% from 255 or 38.28% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40F6F is #5BF090. Grayscale: #464646. Windows color (decimal): -6025361 or 7278500. OLE color: 7278500.

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

Color convert

RGB 164 15 111 -
CMYK 0 0.91 0.32 0.36
HSL 321.34º 0.83% 0.35% -
HSV(B) 321.34º 0.91% 0.64% -
XYZ 18.35 9.38 15.88 -
YUV 70.5 150.86 194.69 -
System Red Green Blue C M Y K H S L
Decimal 164 15 111 0 0.91 0.32 0.36 321.34 0.83 0.35
Hex A4 F 6F 0 5B 20 24 141 53 23
Octal 244 17 157 0 133 40 44 501 123 43
Binary 10100100 1111 1101111 0 1011011 100000 100100 101000001 1010011 100011

Color Harmonies of #A40F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40F6F

Black with #A40F6F

Text Example


Text Example

White with #A40F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40F6F; }

 p { color: rgb(164,15,111); }

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

background-color css

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

 a { background-color: rgb(164,15,111); }

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

border-color css

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

 span { border-color: rgb(164,15,111); }

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