Html Css Color HEX #A40043 Jazzberry Jam

📋 copy color: '#A40043'

red 164 ◦ green 0 ◦ blue 67

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

Shades of Jazzberry Jam #A40043

Tints of Jazzberry Jam #A40043

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 67 (26.56% from 255) = 29%

R = 71%
G = 0%
B = 29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A40043 (or 0xA40043) is known color: Jazzberry Jam. HEX triplet: A4, 00 and 43. RGB value is (164,0,67). Sum of RGB (Red+Green+Blue) = 164+0+67=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 0 (0.39% from 255 or 0% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A40043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40043 is #5BFFBC. Grayscale: #383838. Windows color (decimal): -6029245 or 4391076. OLE color: 4391076.

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

Color convert

RGB 164 0 67 -
CMYK 0 1 0.59 0.36
HSL 335.49º 1% 0.32% -
HSV(B) 335.49º 1% 0.64% -
XYZ 16.32 8.3 6.05 -
YUV 56.67 133.83 204.55 -
System Red Green Blue C M Y K H S L
Decimal 164 0 67 0 1 0.59 0.36 335.49 1 0.32
Hex A4 0 43 0 64 3B 24 14F 64 20
Octal 244 0 103 0 144 73 44 517 144 40
Binary 10100100 0 1000011 0 1100100 111011 100100 101001111 1100100 100000

Color Harmonies of #A40043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A40043

Black with #A40043

Text Example


Text Example

White with #A40043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A40043; }

 p { color: rgb(164,0,67); }

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

background-color css

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

 a { background-color: rgb(164,0,67); }

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

border-color css

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

 span { border-color: rgb(164,0,67); }

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