Html Css Color HEX #A40F6C Jazzberry Jam

📋 copy color: '#A40F6C'

red 164 ◦ green 15 ◦ blue 108

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

Shades of Jazzberry Jam #A40F6C

Tints of Jazzberry Jam #A40F6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 37.63%

R = 57.14%
G = 5.23%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A40F6C (or 0xA40F6C) is known color: Jazzberry Jam. HEX triplet: A4, 0F and 6C. RGB value is (164,15,108). Sum of RGB (Red+Green+Blue) = 164+15+108=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 15 (6.25% from 255 or 5.23% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40F6C is #5BF093. Grayscale: #454545. Windows color (decimal): -6025364 or 7081892. OLE color: 7081892.

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

Color convert

RGB 164 15 108 -
CMYK 0 0.91 0.34 0.36
HSL 322.55º 0.83% 0.35% -
HSV(B) 322.55º 0.91% 0.64% -
XYZ 18.19 9.32 15.03 -
YUV 70.15 149.36 194.94 -
System Red Green Blue C M Y K H S L
Decimal 164 15 108 0 0.91 0.34 0.36 322.55 0.83 0.35
Hex A4 F 6C 0 5B 22 24 143 53 23
Octal 244 17 154 0 133 42 44 503 123 43
Binary 10100100 1111 1101100 0 1011011 100010 100100 101000011 1010011 100011

Color Harmonies of #A40F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40F6C

Black with #A40F6C

Text Example


Text Example

White with #A40F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40F6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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