Html Css Color HEX #A40F68 Jazzberry Jam

📋 copy color: '#A40F68'

red 164 ◦ green 15 ◦ blue 104

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

Shades of Jazzberry Jam #A40F68

Tints of Jazzberry Jam #A40F68

RGB

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

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

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

R = 57.95%
G = 5.3%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A40F68 (or 0xA40F68) is known color: Jazzberry Jam. HEX triplet: A4, 0F and 68. RGB value is (164,15,104). Sum of RGB (Red+Green+Blue) = 164+15+104=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40F68 is #5BF097. Grayscale: #454545. Windows color (decimal): -6025368 or 6819748. OLE color: 6819748.

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

Color convert

RGB 164 15 104 -
CMYK 0 0.91 0.37 0.36
HSL 324.16º 0.83% 0.35% -
HSV(B) 324.16º 0.91% 0.64% -
XYZ 17.98 9.23 13.93 -
YUV 69.7 147.36 195.26 -
System Red Green Blue C M Y K H S L
Decimal 164 15 104 0 0.91 0.37 0.36 324.16 0.83 0.35
Hex A4 F 68 0 5B 25 24 144 53 23
Octal 244 17 150 0 133 45 44 504 123 43
Binary 10100100 1111 1101000 0 1011011 100101 100100 101000100 1010011 100011

Color Harmonies of #A40F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40F68

Black with #A40F68

Text Example


Text Example

White with #A40F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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