Html Css Color HEX #A10043 Jazzberry Jam

📋 copy color: '#A10043'

red 161 ◦ green 0 ◦ blue 67

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

Shades of Jazzberry Jam #A10043

Tints of Jazzberry Jam #A10043

RGB

 RED value IS 161 (63.28% from 255) = 70.61%

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

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

R = 70.61%
G = 0%
B = 29.39%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.58

 K value IS 0.37

RGB Variations

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

Color information

#A10043 (or 0xA10043) is known color: Jazzberry Jam. HEX triplet: A1, 00 and 43. RGB value is (161,0,67). Sum of RGB (Red+Green+Blue) = 161+0+67=228 (30% of max value = 765). Red value is 161 (63.28% from 255 or 70.61% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 67 (26.56% from 255 or 29.39% from 228); Max value from RGB is 161 - color contains mainly: red. Hex color #A10043 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A10043 is #5EFFBC. Grayscale: #373737. Windows color (decimal): -6225853 or 4391073. OLE color: 4391073.

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

Color convert

RGB 161 0 67 -
CMYK 0 1 0.58 0.37
HSL 335.03º 1% 0.32% -
HSV(B) 335.03º 1% 0.63% -
XYZ 15.71 7.98 6.02 -
YUV 55.78 134.34 203.05 -
System Red Green Blue C M Y K H S L
Decimal 161 0 67 0 1 0.58 0.37 335.03 1 0.32
Hex A1 0 43 0 64 3A 25 14F 64 20
Octal 241 0 103 0 144 72 45 517 144 40
Binary 10100001 0 1000011 0 1100100 111010 100101 101001111 1100100 100000

Color Harmonies of #A10043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A10043

Black with #A10043

Text Example


Text Example

White with #A10043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A10043; }

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

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

background-color css

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

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

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

border-color css

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

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

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