Html Css Color HEX #A40150 Jazzberry Jam

📋 copy color: '#A40150'

red 164 ◦ green 1 ◦ blue 80

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

Shades of Jazzberry Jam #A40150

Tints of Jazzberry Jam #A40150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 80 (31.64% from 255) = 32.65%

R = 66.94%
G = 0.41%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A40150 (or 0xA40150) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 50. RGB value is (164,1,80). Sum of RGB (Red+Green+Blue) = 164+1+80=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A40150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40150 is #5BFEAF. Grayscale: #3A3A3A. Windows color (decimal): -6028976 or 5243300. OLE color: 5243300.

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

Color convert

RGB 164 1 80 -
CMYK 0 0.99 0.51 0.36
HSL 330.92º 0.99% 0.32% -
HSV(B) 330.92º 0.99% 0.64% -
XYZ 16.77 8.49 8.35 -
YUV 58.74 140 203.08 -
System Red Green Blue C M Y K H S L
Decimal 164 1 80 0 0.99 0.51 0.36 330.92 0.99 0.32
Hex A4 1 50 0 63 33 24 14B 63 20
Octal 244 1 120 0 143 63 44 513 143 40
Binary 10100100 1 1010000 0 1100011 110011 100100 101001011 1100011 100000

Color Harmonies of #A40150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40150

Black with #A40150

Text Example


Text Example

White with #A40150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40150; }

 p { color: rgb(164,1,80); }

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

background-color css

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

 a { background-color: rgb(164,1,80); }

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

border-color css

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

 span { border-color: rgb(164,1,80); }

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